/** * This is a generated sub-class of _EvidenceDataAddress.as and is intended for behavior * customization. This class is only generated when there is no file already present * at its target location. Thus custom behavior that you add here will survive regeneration * of the super-class. * * NOTE: Do not manually modify the RemoteClass mapping unless * your server representation of this class has changed and you've * updated your ActionScriptGeneration,RemoteClass annotation on the * corresponding entity **/ package it.ht.rcs.console.evidence.model { import com.adobe.fiber.core.model_internal; public class EvidenceDataAddress extends _Super_EvidenceDataAddress { public function EvidenceDataAddress(data:Object=null) { if (data) { this.text=data.text; this.city=data.city; this.country=data.country; this.country_code=data.country_code; this.postal_code=data.postal_code; this.region=data.region; this.street=data.street; this.street_number=data.street_number; } } /** * DO NOT MODIFY THIS STATIC INITIALIZER - IT IS NECESSARY * FOR PROPERLY SETTING UP THE REMOTE CLASS ALIAS FOR THIS CLASS * **/ /** * Calling this static function will initialize RemoteClass aliases * for this value object as well as all of the value objects corresponding * to entities associated to this value object's entity. */ public static function _initRemoteClassAlias() : void { _Super_EvidenceDataAddress.model_internal::initRemoteClassAliasSingle(it.ht.rcs.console.evidence.model.EvidenceDataAddress); _Super_EvidenceDataAddress.model_internal::initRemoteClassAliasAllRelated(); } model_internal static function initRemoteClassAliasSingleChild() : void { _Super_EvidenceDataAddress.model_internal::initRemoteClassAliasSingle(it.ht.rcs.console.evidence.model.EvidenceDataAddress); } { _Super_EvidenceDataAddress.model_internal::initRemoteClassAliasSingle(it.ht.rcs.console.evidence.model.EvidenceDataAddress); } /** * END OF DO NOT MODIFY SECTION * **/ } } .