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