Class AssociateReferralTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.associate.common.transfer.AssociateReferralTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssociateReferralTransfer
(String associateReferralName, AssociateTransfer associate, AssociatePartyContactMechanismTransfer associateContactMechanism, EntityInstanceTransfer targetEntityInstance, Long unformattedAssociateReferralTime, String associateReferralTime) Creates a new instance of AssociateReferralTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the associate.Returns the associateContactMechanism.Returns the associateReferralName.Returns the associateReferralTime.Returns the targetEntityInstance.Returns the unformattedAssociateReferralTime.void
setAssociate
(AssociateTransfer associate) Sets the associate.void
setAssociateContactMechanism
(AssociatePartyContactMechanismTransfer associateContactMechanism) Sets the associateContactMechanism.void
setAssociateReferralName
(String associateReferralName) Sets the associateReferralName.void
setAssociateReferralTime
(String associateReferralTime) Sets the associateReferralTime.void
setTargetEntityInstance
(EntityInstanceTransfer targetEntityInstance) Sets the targetEntityInstance.void
setUnformattedAssociateReferralTime
(Long unformattedAssociateReferralTime) Sets the unformattedAssociateReferralTime.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
-
AssociateReferralTransfer
public AssociateReferralTransfer(String associateReferralName, AssociateTransfer associate, AssociatePartyContactMechanismTransfer associateContactMechanism, EntityInstanceTransfer targetEntityInstance, Long unformattedAssociateReferralTime, String associateReferralTime) Creates a new instance of AssociateReferralTransfer
-
-
Method Details
-
getAssociateReferralName
Returns the associateReferralName.- Returns:
- the associateReferralName
-
setAssociateReferralName
Sets the associateReferralName.- Parameters:
associateReferralName
- the associateReferralName to set
-
getAssociate
Returns the associate.- Returns:
- the associate
-
setAssociate
Sets the associate.- Parameters:
associate
- the associate to set
-
getAssociateContactMechanism
Returns the associateContactMechanism.- Returns:
- the associateContactMechanism
-
setAssociateContactMechanism
public void setAssociateContactMechanism(AssociatePartyContactMechanismTransfer associateContactMechanism) Sets the associateContactMechanism.- Parameters:
associateContactMechanism
- the associateContactMechanism to set
-
getTargetEntityInstance
Returns the targetEntityInstance.- Returns:
- the targetEntityInstance
-
setTargetEntityInstance
Sets the targetEntityInstance.- Parameters:
targetEntityInstance
- the targetEntityInstance to set
-
getUnformattedAssociateReferralTime
Returns the unformattedAssociateReferralTime.- Returns:
- the unformattedAssociateReferralTime
-
setUnformattedAssociateReferralTime
Sets the unformattedAssociateReferralTime.- Parameters:
unformattedAssociateReferralTime
- the unformattedAssociateReferralTime to set
-
getAssociateReferralTime
Returns the associateReferralTime.- Returns:
- the associateReferralTime
-
setAssociateReferralTime
Sets the associateReferralTime.- Parameters:
associateReferralTime
- the associateReferralTime to set
-