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 TypeMethodDescriptionboolean
getEventGroup
(EntityPermission entityPermission) getEventGroup
(Session session) getEventGroup
(Session session, EntityPermission entityPermission) getEventGroupForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setEventGroup
(EventGroup entity) void
void
setEventGroupName
(String eventGroupName) void
setEventGroupPK
(EventGroupPK eventGroupPK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getEventGroupDetailValue
-
setEventGroupDetailValue
public void setEventGroupDetailValue(EventGroupDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-