Class LetterSourceDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<LetterSourceDetailPK>
com.echothree.model.data.letter.server.value.LetterSourceDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class LetterSourceDetailValue
extends BaseValue<LetterSourceDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionLetterSourceDetailValue
(LetterSourceDetailPK letterSourceDetailPK, LetterSourcePK letterSourcePK, String letterSourceName, PartyPK companyPartyPK, PartyContactMechanismPK emailAddressPartyContactMechanismPK, PartyContactMechanismPK postalAddressPartyContactMechanismPK, PartyContactMechanismPK letterSourcePartyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LetterSourceDetailValueLetterSourceDetailValue
(LetterSourcePK letterSourcePK, String letterSourceName, PartyPK companyPartyPK, PartyContactMechanismPK emailAddressPartyContactMechanismPK, PartyContactMechanismPK postalAddressPartyContactMechanismPK, PartyContactMechanismPK letterSourcePartyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LetterSourceDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCompanyPartyPK
(PartyPK companyPartyPK) void
setEmailAddressPartyContactMechanismPK
(PartyContactMechanismPK emailAddressPartyContactMechanismPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setLetterSourceName
(String letterSourceName) void
setLetterSourcePartyContactMechanismPK
(PartyContactMechanismPK letterSourcePartyContactMechanismPK) void
setLetterSourcePK
(LetterSourcePK letterSourcePK) void
setPostalAddressPartyContactMechanismPK
(PartyContactMechanismPK postalAddressPartyContactMechanismPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
LetterSourceDetailValue
public LetterSourceDetailValue(LetterSourceDetailPK letterSourceDetailPK, LetterSourcePK letterSourcePK, String letterSourceName, PartyPK companyPartyPK, PartyContactMechanismPK emailAddressPartyContactMechanismPK, PartyContactMechanismPK postalAddressPartyContactMechanismPK, PartyContactMechanismPK letterSourcePartyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LetterSourceDetailValue- Throws:
PersistenceNotNullException
-
LetterSourceDetailValue
public LetterSourceDetailValue(LetterSourcePK letterSourcePK, String letterSourceName, PartyPK companyPartyPK, PartyContactMechanismPK emailAddressPartyContactMechanismPK, PartyContactMechanismPK postalAddressPartyContactMechanismPK, PartyContactMechanismPK letterSourcePartyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LetterSourceDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<LetterSourceDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<LetterSourceDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<LetterSourceDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<LetterSourceDetailPK>
-
getLetterSourcePK
-
setLetterSourcePK
- Throws:
PersistenceNotNullException
-
getLetterSourcePKHasBeenModified
-
getLetterSourceName
-
setLetterSourceName
- Throws:
PersistenceNotNullException
-
getLetterSourceNameHasBeenModified
-
getCompanyPartyPK
-
setCompanyPartyPK
- Throws:
PersistenceNotNullException
-
getCompanyPartyPKHasBeenModified
-
getEmailAddressPartyContactMechanismPK
-
setEmailAddressPartyContactMechanismPK
public void setEmailAddressPartyContactMechanismPK(PartyContactMechanismPK emailAddressPartyContactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEmailAddressPartyContactMechanismPKHasBeenModified
-
getPostalAddressPartyContactMechanismPK
-
setPostalAddressPartyContactMechanismPK
public void setPostalAddressPartyContactMechanismPK(PartyContactMechanismPK postalAddressPartyContactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPostalAddressPartyContactMechanismPKHasBeenModified
-
getLetterSourcePartyContactMechanismPK
-
setLetterSourcePartyContactMechanismPK
public void setLetterSourcePartyContactMechanismPK(PartyContactMechanismPK letterSourcePartyContactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getLetterSourcePartyContactMechanismPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-