Class PartyTrainingClassDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.training.server.entity.PartyTrainingClassDetail
- 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 PartyTrainingClassDetailPartyTrainingClassDetail
(PartyTrainingClassDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyTrainingClassDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
getPartyTrainingClass
(EntityPermission entityPermission) getPartyTrainingClass
(Session session) getPartyTrainingClass
(Session session, EntityPermission entityPermission) getPartyTrainingClassForUpdate
(Session session) boolean
boolean
boolean
getTrainingClass
(EntityPermission entityPermission) getTrainingClass
(Session session) getTrainingClass
(Session session, EntityPermission entityPermission) getTrainingClassForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setCompletedTime
(Long completedTime) void
setFromTime
(Long fromTime) void
void
setPartyPK
(PartyPK partyPK) void
void
void
setPartyTrainingClassName
(String partyTrainingClassName) void
setPartyTrainingClassPK
(PartyTrainingClassPK partyTrainingClassPK) void
setThruTime
(Long thruTime) void
setTrainingClass
(TrainingClass entity) void
setTrainingClassPK
(TrainingClassPK trainingClassPK) void
setValidUntilTime
(Long validUntilTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyTrainingClassDetail
Creates a new instance of PartyTrainingClassDetail- Throws:
PersistenceException
-
PartyTrainingClassDetail
public PartyTrainingClassDetail(PartyTrainingClassDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyTrainingClassDetail
-
-
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
-
getPartyTrainingClassDetailValue
-
setPartyTrainingClassDetailValue
public void setPartyTrainingClassDetailValue(PartyTrainingClassDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPartyTrainingClassPK
-
getPartyTrainingClass
-
getPartyTrainingClass
-
getPartyTrainingClass
-
getPartyTrainingClass
-
getPartyTrainingClassForUpdate
-
getPartyTrainingClassForUpdate
-
setPartyTrainingClassPK
public void setPartyTrainingClassPK(PartyTrainingClassPK partyTrainingClassPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyTrainingClass
-
getPartyTrainingClassPKHasBeenModified
-
getPartyTrainingClassName
-
setPartyTrainingClassName
public void setPartyTrainingClassName(String partyTrainingClassName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPartyTrainingClassNameHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getTrainingClassPK
-
getTrainingClass
-
getTrainingClass
-
getTrainingClass
-
getTrainingClass
-
getTrainingClassForUpdate
-
getTrainingClassForUpdate
-
setTrainingClassPK
public void setTrainingClassPK(TrainingClassPK trainingClassPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTrainingClass
-
getTrainingClassPKHasBeenModified
-
getCompletedTime
-
setCompletedTime
public void setCompletedTime(Long completedTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCompletedTimeHasBeenModified
-
getValidUntilTime
-
setValidUntilTime
public void setValidUntilTime(Long validUntilTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getValidUntilTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-