Class EventGroupDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EventGroupDetailPK>
com.echothree.model.data.core.server.value.EventGroupDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EventGroupDetailValue
extends BaseValue<EventGroupDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEventGroupDetailValue
(EventGroupDetailPK eventGroupDetailPK, EventGroupPK eventGroupPK, String eventGroupName, Long fromTime, Long thruTime) Creates a new instance of EventGroupDetailValueEventGroupDetailValue
(EventGroupPK eventGroupPK, String eventGroupName, Long fromTime, Long thruTime) Creates a new instance of EventGroupDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEventGroupName
(String eventGroupName) void
setEventGroupPK
(EventGroupPK eventGroupPK) 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
-
EventGroupDetailValue
public EventGroupDetailValue(EventGroupDetailPK eventGroupDetailPK, EventGroupPK eventGroupPK, String eventGroupName, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EventGroupDetailValue- Throws:
PersistenceNotNullException
-
EventGroupDetailValue
public EventGroupDetailValue(EventGroupPK eventGroupPK, String eventGroupName, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EventGroupDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EventGroupDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EventGroupDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EventGroupDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EventGroupDetailPK>
-
getEventGroupPK
-
setEventGroupPK
- Throws:
PersistenceNotNullException
-
getEventGroupPKHasBeenModified
-
getEventGroupName
-
setEventGroupName
- Throws:
PersistenceNotNullException
-
getEventGroupNameHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-