Class PersonalTitleDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PersonalTitleDetailPK>
com.echothree.model.data.party.server.value.PersonalTitleDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PersonalTitleDetailValue
extends BaseValue<PersonalTitleDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPersonalTitleDetailValue
(PersonalTitleDetailPK personalTitleDetailPK, PersonalTitlePK personalTitlePK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PersonalTitleDetailValuePersonalTitleDetailValue
(PersonalTitlePK personalTitlePK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PersonalTitleDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setPersonalTitlePK
(PersonalTitlePK personalTitlePK) 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
-
PersonalTitleDetailValue
public PersonalTitleDetailValue(PersonalTitleDetailPK personalTitleDetailPK, PersonalTitlePK personalTitlePK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PersonalTitleDetailValue- Throws:
PersistenceNotNullException
-
PersonalTitleDetailValue
public PersonalTitleDetailValue(PersonalTitlePK personalTitlePK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PersonalTitleDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PersonalTitleDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PersonalTitleDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PersonalTitleDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PersonalTitleDetailPK>
-
getPersonalTitlePK
-
setPersonalTitlePK
- Throws:
PersistenceNotNullException
-
getPersonalTitlePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-