Class LetterSourceTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.letter.common.transfer.LetterSourceTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLetterSourceTransfer(String letterSourceName, CompanyTransfer company, PartyContactMechanismTransfer emailAddressPartyContactMechanism, PartyContactMechanismTransfer postalAddressPartyContactMechanism, PartyContactMechanismTransfer letterSourcePartyContactMechanism, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of LetterSourceTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCompany(CompanyTransfer company) voidsetDescription(String description) voidsetEmailAddressPartyContactMechanism(PartyContactMechanismTransfer emailAddressPartyContactMechanism) voidsetIsDefault(Boolean isDefault) voidsetLetterSourceName(String letterSourceName) voidsetLetterSourcePartyContactMechanism(PartyContactMechanismTransfer letterSourcePartyContactMechanism) voidsetPostalAddressPartyContactMechanism(PartyContactMechanismTransfer postalAddressPartyContactMechanism) voidsetSortOrder(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
-
LetterSourceTransfer
public LetterSourceTransfer(String letterSourceName, CompanyTransfer company, PartyContactMechanismTransfer emailAddressPartyContactMechanism, PartyContactMechanismTransfer postalAddressPartyContactMechanism, PartyContactMechanismTransfer letterSourcePartyContactMechanism, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of LetterSourceTransfer
-
-
Method Details
-
getLetterSourceName
-
setLetterSourceName
-
getCompany
-
setCompany
-
getEmailAddressPartyContactMechanism
-
setEmailAddressPartyContactMechanism
public void setEmailAddressPartyContactMechanism(PartyContactMechanismTransfer emailAddressPartyContactMechanism) -
getPostalAddressPartyContactMechanism
-
setPostalAddressPartyContactMechanism
public void setPostalAddressPartyContactMechanism(PartyContactMechanismTransfer postalAddressPartyContactMechanism) -
getLetterSourcePartyContactMechanism
-
setLetterSourcePartyContactMechanism
public void setLetterSourcePartyContactMechanism(PartyContactMechanismTransfer letterSourcePartyContactMechanism) -
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-