Class EventGroupDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EventGroupDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of EventGroupDetailEventGroupDetail(EventGroupDetailValue value, EntityPermission entityPermission) Creates a new instance of EventGroupDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEventGroup(EntityPermission entityPermission) getEventGroup(Session session) getEventGroup(Session session, EntityPermission entityPermission) getEventGroupForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetEventGroup(EventGroup entity) voidvoidsetEventGroupName(String eventGroupName) voidsetEventGroupPK(EventGroupPK eventGroupPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
EventGroupDetail
Creates a new instance of EventGroupDetail- Throws:
PersistenceException
-
EventGroupDetail
Creates a new instance of EventGroupDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getEventGroupDetailValue
-
setEventGroupDetailValue
public void setEventGroupDetailValue(EventGroupDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getEventGroupPK
-
getEventGroup
-
getEventGroup
-
getEventGroup
-
getEventGroup
-
getEventGroupForUpdate
-
getEventGroupForUpdate
-
setEventGroupPK
public void setEventGroupPK(EventGroupPK eventGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEventGroup
-
getEventGroupPKHasBeenModified
-
getEventGroupName
-
setEventGroupName
public void setEventGroupName(String eventGroupName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEventGroupNameHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-