Class NameSuffixValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<NameSuffixPK>
com.echothree.model.data.party.server.value.NameSuffixValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionNameSuffixValue
(NameSuffixDetailPK activeDetailPK, NameSuffixDetailPK lastDetailPK) Creates a new instance of NameSuffixValueNameSuffixValue
(NameSuffixPK nameSuffixPK, NameSuffixDetailPK activeDetailPK, NameSuffixDetailPK lastDetailPK) Creates a new instance of NameSuffixValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(NameSuffixDetailPK activeDetailPK) void
setLastDetailPK
(NameSuffixDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
NameSuffixValue
public NameSuffixValue(NameSuffixPK nameSuffixPK, NameSuffixDetailPK activeDetailPK, NameSuffixDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of NameSuffixValue- Throws:
PersistenceNotNullException
-
NameSuffixValue
public NameSuffixValue(NameSuffixDetailPK activeDetailPK, NameSuffixDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of NameSuffixValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<NameSuffixPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<NameSuffixPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<NameSuffixPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<NameSuffixPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-