Class NameSuffixTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.party.common.transfer.NameSuffixTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNameSuffixTransfer
(String nameSuffixId, String description, Boolean isDefault, Integer sortOrder) Creates a new instance of NameSuffixTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setIsDefault
(Boolean isDefault) void
setNameSuffixId
(String nameSuffixId) void
setSortOrder
(Integer sortOrder) 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
-
NameSuffixTransfer
public NameSuffixTransfer(String nameSuffixId, String description, Boolean isDefault, Integer sortOrder) Creates a new instance of NameSuffixTransfer
-
-
Method Details
-
getNameSuffixId
-
setNameSuffixId
-
getDescription
-
setDescription
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-