Class EventSubscriberDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EventSubscriberDetailPK>
com.echothree.model.data.core.server.value.EventSubscriberDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EventSubscriberDetailValue
extends BaseValue<EventSubscriberDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEventSubscriberDetailValue
(EventSubscriberDetailPK eventSubscriberDetailPK, EventSubscriberPK eventSubscriberPK, String eventSubscriberName, EntityInstancePK entityInstancePK, String description, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EventSubscriberDetailValueEventSubscriberDetailValue
(EventSubscriberPK eventSubscriberPK, String eventSubscriberName, EntityInstancePK entityInstancePK, String description, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EventSubscriberDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setEventSubscriberName
(String eventSubscriberName) void
setEventSubscriberPK
(EventSubscriberPK eventSubscriberPK) void
setFromTime
(Long fromTime) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EventSubscriberDetailValue
public EventSubscriberDetailValue(EventSubscriberDetailPK eventSubscriberDetailPK, EventSubscriberPK eventSubscriberPK, String eventSubscriberName, EntityInstancePK entityInstancePK, String description, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EventSubscriberDetailValue- Throws:
PersistenceNotNullException
-
EventSubscriberDetailValue
public EventSubscriberDetailValue(EventSubscriberPK eventSubscriberPK, String eventSubscriberName, EntityInstancePK entityInstancePK, String description, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EventSubscriberDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EventSubscriberDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EventSubscriberDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EventSubscriberDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EventSubscriberDetailPK>
-
getEventSubscriberPK
-
setEventSubscriberPK
public void setEventSubscriberPK(EventSubscriberPK eventSubscriberPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEventSubscriberPKHasBeenModified
-
getEventSubscriberName
-
setEventSubscriberName
- Throws:
PersistenceNotNullException
-
getEventSubscriberNameHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getDescription
-
setDescription
-
getDescriptionHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-