Class GeoCodeDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.geo.common.transfer.GeoCodeDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeoCodeDescriptionTransfer(LanguageTransfer language, GeoCodeTransfer geoCode, String description) Creates a new instance of GeoCodeDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetGeoCode(GeoCodeTransfer geoCode) voidsetLanguage(LanguageTransfer language) 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
-
GeoCodeDescriptionTransfer
public GeoCodeDescriptionTransfer(LanguageTransfer language, GeoCodeTransfer geoCode, String description) Creates a new instance of GeoCodeDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getGeoCode
-
setGeoCode
-
getDescription
-
setDescription
-