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 TypeMethodDescriptionvoid
setCompany
(CompanyTransfer company) void
setDescription
(String description) void
setEmailAddressPartyContactMechanism
(PartyContactMechanismTransfer emailAddressPartyContactMechanism) void
setIsDefault
(Boolean isDefault) void
setLetterSourceName
(String letterSourceName) void
setLetterSourcePartyContactMechanism
(PartyContactMechanismTransfer letterSourcePartyContactMechanism) void
setPostalAddressPartyContactMechanism
(PartyContactMechanismTransfer postalAddressPartyContactMechanism) 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
-
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
-