Class PartySecurityRoleTemplateDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartySecurityRoleTemplateDetailPK>
com.echothree.model.data.security.server.value.PartySecurityRoleTemplateDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartySecurityRoleTemplateDetailValue
extends BaseValue<PartySecurityRoleTemplateDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartySecurityRoleTemplateDetailValue
(PartySecurityRoleTemplateDetailPK partySecurityRoleTemplateDetailPK, PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, String partySecurityRoleTemplateName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleTemplateDetailValuePartySecurityRoleTemplateDetailValue
(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, String partySecurityRoleTemplateName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleTemplateDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setPartySecurityRoleTemplateName
(String partySecurityRoleTemplateName) void
setPartySecurityRoleTemplatePK
(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartySecurityRoleTemplateDetailValue
public PartySecurityRoleTemplateDetailValue(PartySecurityRoleTemplateDetailPK partySecurityRoleTemplateDetailPK, PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, String partySecurityRoleTemplateName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartySecurityRoleTemplateDetailValue- Throws:
PersistenceNotNullException
-
PartySecurityRoleTemplateDetailValue
public PartySecurityRoleTemplateDetailValue(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, String partySecurityRoleTemplateName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartySecurityRoleTemplateDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartySecurityRoleTemplateDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartySecurityRoleTemplateDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartySecurityRoleTemplateDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartySecurityRoleTemplateDetailPK>
-
getPartySecurityRoleTemplatePK
-
setPartySecurityRoleTemplatePK
public void setPartySecurityRoleTemplatePK(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartySecurityRoleTemplatePKHasBeenModified
-
getPartySecurityRoleTemplateName
-
setPartySecurityRoleTemplateName
public void setPartySecurityRoleTemplateName(String partySecurityRoleTemplateName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartySecurityRoleTemplateNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-