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