Class CommunicationEventPurposeDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CommunicationEventPurposeDetailPK>
com.echothree.model.data.communication.server.value.CommunicationEventPurposeDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CommunicationEventPurposeDetailValue
extends BaseValue<CommunicationEventPurposeDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCommunicationEventPurposeDetailValue
(CommunicationEventPurposeDetailPK communicationEventPurposeDetailPK, CommunicationEventPurposePK communicationEventPurposePK, String communicationEventPurposeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventPurposeDetailValueCommunicationEventPurposeDetailValue
(CommunicationEventPurposePK communicationEventPurposePK, String communicationEventPurposeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventPurposeDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCommunicationEventPurposeName
(String communicationEventPurposeName) void
setCommunicationEventPurposePK
(CommunicationEventPurposePK communicationEventPurposePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) 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
-
CommunicationEventPurposeDetailValue
public CommunicationEventPurposeDetailValue(CommunicationEventPurposeDetailPK communicationEventPurposeDetailPK, CommunicationEventPurposePK communicationEventPurposePK, String communicationEventPurposeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommunicationEventPurposeDetailValue- Throws:
PersistenceNotNullException
-
CommunicationEventPurposeDetailValue
public CommunicationEventPurposeDetailValue(CommunicationEventPurposePK communicationEventPurposePK, String communicationEventPurposeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommunicationEventPurposeDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CommunicationEventPurposeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CommunicationEventPurposeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CommunicationEventPurposeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CommunicationEventPurposeDetailPK>
-
getCommunicationEventPurposePK
-
setCommunicationEventPurposePK
public void setCommunicationEventPurposePK(CommunicationEventPurposePK communicationEventPurposePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommunicationEventPurposePKHasBeenModified
-
getCommunicationEventPurposeName
-
setCommunicationEventPurposeName
public void setCommunicationEventPurposeName(String communicationEventPurposeName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommunicationEventPurposeNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-