Class EventSubscriberEntityInstanceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EventSubscriberEntityInstancePK>
com.echothree.model.data.core.server.value.EventSubscriberEntityInstanceValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EventSubscriberEntityInstanceValue
extends BaseValue<EventSubscriberEntityInstancePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEventSubscriberEntityInstanceValue
(EventSubscriberEntityInstancePK eventSubscriberEntityInstancePK, EventSubscriberPK eventSubscriberPK, EntityInstancePK entityInstancePK, EventTypePK eventTypePK, Long fromTime, Long thruTime) Creates a new instance of EventSubscriberEntityInstanceValueEventSubscriberEntityInstanceValue
(EventSubscriberPK eventSubscriberPK, EntityInstancePK entityInstancePK, EventTypePK eventTypePK, Long fromTime, Long thruTime) Creates a new instance of EventSubscriberEntityInstanceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setEventSubscriberPK
(EventSubscriberPK eventSubscriberPK) void
setEventTypePK
(EventTypePK eventTypePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EventSubscriberEntityInstanceValue
public EventSubscriberEntityInstanceValue(EventSubscriberEntityInstancePK eventSubscriberEntityInstancePK, EventSubscriberPK eventSubscriberPK, EntityInstancePK entityInstancePK, EventTypePK eventTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EventSubscriberEntityInstanceValue- Throws:
PersistenceNotNullException
-
EventSubscriberEntityInstanceValue
public EventSubscriberEntityInstanceValue(EventSubscriberPK eventSubscriberPK, EntityInstancePK entityInstancePK, EventTypePK eventTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EventSubscriberEntityInstanceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EventSubscriberEntityInstancePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EventSubscriberEntityInstancePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EventSubscriberEntityInstancePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EventSubscriberEntityInstancePK>
-
getEventSubscriberPK
-
setEventSubscriberPK
public void setEventSubscriberPK(EventSubscriberPK eventSubscriberPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEventSubscriberPKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getEventTypePK
-
setEventTypePK
- Throws:
PersistenceNotNullException
-
getEventTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-