Class EventGroupValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EventGroupPK>
com.echothree.model.data.core.server.value.EventGroupValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEventGroupValue(EventGroupDetailPK activeDetailPK, EventGroupDetailPK lastDetailPK) Creates a new instance of EventGroupValueEventGroupValue(EventGroupPK eventGroupPK, EventGroupDetailPK activeDetailPK, EventGroupDetailPK lastDetailPK) Creates a new instance of EventGroupValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(EventGroupDetailPK activeDetailPK) voidsetLastDetailPK(EventGroupDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EventGroupValue
public EventGroupValue(EventGroupPK eventGroupPK, EventGroupDetailPK activeDetailPK, EventGroupDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of EventGroupValue- Throws:
PersistenceNotNullException
-
EventGroupValue
public EventGroupValue(EventGroupDetailPK activeDetailPK, EventGroupDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of EventGroupValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EventGroupPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EventGroupPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EventGroupPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EventGroupPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-