Class BirthdayFormatDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.party.common.transfer.BirthdayFormatDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBirthdayFormatDescriptionTransfer
(LanguageTransfer language, BirthdayFormatTransfer birthdayFormat, String description) Creates a new instance of BirthdayFormatDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBirthdayFormat
(BirthdayFormatTransfer birthdayFormat) void
setDescription
(String description) void
setLanguage
(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
-
BirthdayFormatDescriptionTransfer
public BirthdayFormatDescriptionTransfer(LanguageTransfer language, BirthdayFormatTransfer birthdayFormat, String description) Creates a new instance of BirthdayFormatDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getBirthdayFormat
-
setBirthdayFormat
-
getDescription
-
setDescription
-