Class PersonValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PersonPK>
com.echothree.model.data.party.server.value.PersonValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPersonValue(PartyPK partyPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, Long fromTime, Long thruTime) Creates a new instance of PersonValuePersonValue(PersonPK personPK, PartyPK partyPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, Long fromTime, Long thruTime) Creates a new instance of PersonValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFirstName(String firstName) voidsetFirstNameSdx(String firstNameSdx) voidsetFromTime(Long fromTime) voidsetLastName(String lastName) voidsetLastNameSdx(String lastNameSdx) voidsetMiddleName(String middleName) voidsetMiddleNameSdx(String middleNameSdx) voidsetNameSuffixPK(NameSuffixPK nameSuffixPK) voidsetPartyPK(PartyPK partyPK) voidsetPersonalTitlePK(PersonalTitlePK personalTitlePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PersonValue
public PersonValue(PersonPK personPK, PartyPK partyPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PersonValue- Throws:
PersistenceNotNullException
-
PersonValue
public PersonValue(PartyPK partyPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PersonValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PersonPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PersonPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PersonPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PersonPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getPersonalTitlePK
-
setPersonalTitlePK
-
getPersonalTitlePKHasBeenModified
-
getFirstName
-
setFirstName
-
getFirstNameHasBeenModified
-
getFirstNameSdx
-
setFirstNameSdx
-
getFirstNameSdxHasBeenModified
-
getMiddleName
-
setMiddleName
-
getMiddleNameHasBeenModified
-
getMiddleNameSdx
-
setMiddleNameSdx
-
getMiddleNameSdxHasBeenModified
-
getLastName
-
setLastName
-
getLastNameHasBeenModified
-
getLastNameSdx
-
setLastNameSdx
-
getLastNameSdxHasBeenModified
-
getNameSuffixPK
-
setNameSuffixPK
-
getNameSuffixPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-