Class PartySecurityRoleTemplateTrainingClassValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartySecurityRoleTemplateTrainingClassPK>
com.echothree.model.data.security.server.value.PartySecurityRoleTemplateTrainingClassValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartySecurityRoleTemplateTrainingClassValue
extends BaseValue<PartySecurityRoleTemplateTrainingClassPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartySecurityRoleTemplateTrainingClassValue
(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, TrainingClassPK trainingClassPK, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleTemplateTrainingClassValuePartySecurityRoleTemplateTrainingClassValue
(PartySecurityRoleTemplateTrainingClassPK partySecurityRoleTemplateTrainingClassPK, PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, TrainingClassPK trainingClassPK, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleTemplateTrainingClassValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPartySecurityRoleTemplatePK
(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK) void
setThruTime
(Long thruTime) void
setTrainingClassPK
(TrainingClassPK trainingClassPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartySecurityRoleTemplateTrainingClassValue
public PartySecurityRoleTemplateTrainingClassValue(PartySecurityRoleTemplateTrainingClassPK partySecurityRoleTemplateTrainingClassPK, PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, TrainingClassPK trainingClassPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartySecurityRoleTemplateTrainingClassValue- Throws:
PersistenceNotNullException
-
PartySecurityRoleTemplateTrainingClassValue
public PartySecurityRoleTemplateTrainingClassValue(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, TrainingClassPK trainingClassPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartySecurityRoleTemplateTrainingClassValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartySecurityRoleTemplateTrainingClassPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartySecurityRoleTemplateTrainingClassPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartySecurityRoleTemplateTrainingClassPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartySecurityRoleTemplateTrainingClassPK>
-
getPartySecurityRoleTemplatePK
-
setPartySecurityRoleTemplatePK
public void setPartySecurityRoleTemplatePK(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartySecurityRoleTemplatePKHasBeenModified
-
getTrainingClassPK
-
setTrainingClassPK
- Throws:
PersistenceNotNullException
-
getTrainingClassPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-