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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCommunicationEventPurposeName(String communicationEventPurposeName) voidsetCommunicationEventPurposePK(CommunicationEventPurposePK communicationEventPurposePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<CommunicationEventPurposeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CommunicationEventPurposeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CommunicationEventPurposeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-