Class PartySecurityRoleTemplateTrainingClass
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.security.server.entity.PartySecurityRoleTemplateTrainingClass
- 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 PartySecurityRoleTemplateTrainingClassPartySecurityRoleTemplateTrainingClass
(PartySecurityRoleTemplateTrainingClassValue value, EntityPermission entityPermission) Creates a new instance of PartySecurityRoleTemplateTrainingClass -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getPartySecurityRoleTemplate
(EntityPermission entityPermission) getPartySecurityRoleTemplate
(Session session) getPartySecurityRoleTemplate
(Session session, EntityPermission entityPermission) boolean
boolean
getTrainingClass
(EntityPermission entityPermission) getTrainingClass
(Session session) getTrainingClass
(Session session, EntityPermission entityPermission) getTrainingClassForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setPartySecurityRoleTemplatePK
(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK) void
void
setThruTime
(Long thruTime) void
setTrainingClass
(TrainingClass entity) void
setTrainingClassPK
(TrainingClassPK trainingClassPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartySecurityRoleTemplateTrainingClass
Creates a new instance of PartySecurityRoleTemplateTrainingClass- Throws:
PersistenceException
-
PartySecurityRoleTemplateTrainingClass
public PartySecurityRoleTemplateTrainingClass(PartySecurityRoleTemplateTrainingClassValue value, EntityPermission entityPermission) Creates a new instance of PartySecurityRoleTemplateTrainingClass
-
-
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
-
getPartySecurityRoleTemplateTrainingClassValue
-
setPartySecurityRoleTemplateTrainingClassValue
public void setPartySecurityRoleTemplateTrainingClassValue(PartySecurityRoleTemplateTrainingClassValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPartySecurityRoleTemplatePK
-
getPartySecurityRoleTemplate
public PartySecurityRoleTemplate getPartySecurityRoleTemplate(Session session, EntityPermission entityPermission) -
getPartySecurityRoleTemplate
-
getPartySecurityRoleTemplate
-
getPartySecurityRoleTemplate
-
getPartySecurityRoleTemplateForUpdate
-
getPartySecurityRoleTemplateForUpdate
-
setPartySecurityRoleTemplatePK
public void setPartySecurityRoleTemplatePK(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartySecurityRoleTemplate
-
getPartySecurityRoleTemplatePKHasBeenModified
-
getTrainingClassPK
-
getTrainingClass
-
getTrainingClass
-
getTrainingClass
-
getTrainingClass
-
getTrainingClassForUpdate
-
getTrainingClassForUpdate
-
setTrainingClassPK
public void setTrainingClassPK(TrainingClassPK trainingClassPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTrainingClass
-
getTrainingClassPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-