Class PartySecurityRoleTemplateRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartySecurityRoleTemplateRolePK>
com.echothree.model.data.security.server.value.PartySecurityRoleTemplateRoleValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PartySecurityRoleTemplateRoleValue
extends BaseValue<PartySecurityRoleTemplateRolePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPartySecurityRoleTemplateRoleValue(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleTemplateRoleValuePartySecurityRoleTemplateRoleValue(PartySecurityRoleTemplateRolePK partySecurityRoleTemplateRolePK, PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleTemplateRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPartySecurityRoleTemplatePK(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK) voidsetSecurityRolePK(SecurityRolePK securityRolePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartySecurityRoleTemplateRoleValue
public PartySecurityRoleTemplateRoleValue(PartySecurityRoleTemplateRolePK partySecurityRoleTemplateRolePK, PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartySecurityRoleTemplateRoleValue- Throws:
PersistenceNotNullException
-
PartySecurityRoleTemplateRoleValue
public PartySecurityRoleTemplateRoleValue(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartySecurityRoleTemplateRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PartySecurityRoleTemplateRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartySecurityRoleTemplateRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartySecurityRoleTemplateRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartySecurityRoleTemplateRolePK>
-
getPartySecurityRoleTemplatePK
-
setPartySecurityRoleTemplatePK
public void setPartySecurityRoleTemplatePK(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartySecurityRoleTemplatePKHasBeenModified
-
getSecurityRolePK
-
setSecurityRolePK
- Throws:
PersistenceNotNullException
-
getSecurityRolePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-