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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPartySecurityRoleTemplatePK
(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK) void
setSecurityRolePK
(SecurityRolePK securityRolePK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<PartySecurityRoleTemplateRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartySecurityRoleTemplateRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartySecurityRoleTemplateRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-