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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPartySecurityRoleTemplatePK(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK) voidsetThruTime(Long thruTime) voidsetTrainingClassPK(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:
getBaseFactoryInstancein classBaseValue<PartySecurityRoleTemplateTrainingClassPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartySecurityRoleTemplateTrainingClassPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartySecurityRoleTemplateTrainingClassPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-