Class PostalAddressFormatDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.contact.common.transfer.PostalAddressFormatDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPostalAddressFormatDescriptionTransfer
(LanguageTransfer language, PostalAddressFormatTransfer postalAddressFormat, String description) Creates a new instance of PostalAddressFormatDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setLanguage
(LanguageTransfer language) void
setPostalAddressFormat
(PostalAddressFormatTransfer postalAddressFormat) Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
PostalAddressFormatDescriptionTransfer
public PostalAddressFormatDescriptionTransfer(LanguageTransfer language, PostalAddressFormatTransfer postalAddressFormat, String description) Creates a new instance of PostalAddressFormatDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getPostalAddressFormat
-
setPostalAddressFormat
-
getDescription
-
setDescription
-