Class EventSubscriberValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EventSubscriberPK>
com.echothree.model.data.core.server.value.EventSubscriberValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EventSubscriberValue
extends BaseValue<EventSubscriberPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEventSubscriberValue
(EventSubscriberDetailPK activeDetailPK, EventSubscriberDetailPK lastDetailPK) Creates a new instance of EventSubscriberValueEventSubscriberValue
(EventSubscriberPK eventSubscriberPK, EventSubscriberDetailPK activeDetailPK, EventSubscriberDetailPK lastDetailPK) Creates a new instance of EventSubscriberValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(EventSubscriberDetailPK activeDetailPK) void
setLastDetailPK
(EventSubscriberDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EventSubscriberValue
public EventSubscriberValue(EventSubscriberPK eventSubscriberPK, EventSubscriberDetailPK activeDetailPK, EventSubscriberDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of EventSubscriberValue- Throws:
PersistenceNotNullException
-
EventSubscriberValue
public EventSubscriberValue(EventSubscriberDetailPK activeDetailPK, EventSubscriberDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of EventSubscriberValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EventSubscriberPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EventSubscriberPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EventSubscriberPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EventSubscriberPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-