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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(EventGroupDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<EventGroupPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EventGroupPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EventGroupPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EventGroupPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-