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