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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(PersonalTitleDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<PersonalTitlePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PersonalTitlePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PersonalTitlePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PersonalTitlePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-