Class NameSuffixDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<NameSuffixDetailPK>
com.echothree.model.data.party.server.value.NameSuffixDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class NameSuffixDetailValue
extends BaseValue<NameSuffixDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionNameSuffixDetailValue
(NameSuffixDetailPK nameSuffixDetailPK, NameSuffixPK nameSuffixPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of NameSuffixDetailValueNameSuffixDetailValue
(NameSuffixPK nameSuffixPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of NameSuffixDetailValue -
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
setNameSuffixPK
(NameSuffixPK nameSuffixPK) 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
-
NameSuffixDetailValue
public NameSuffixDetailValue(NameSuffixDetailPK nameSuffixDetailPK, NameSuffixPK nameSuffixPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of NameSuffixDetailValue- Throws:
PersistenceNotNullException
-
NameSuffixDetailValue
public NameSuffixDetailValue(NameSuffixPK nameSuffixPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of NameSuffixDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<NameSuffixDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<NameSuffixDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<NameSuffixDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<NameSuffixDetailPK>
-
getNameSuffixPK
-
setNameSuffixPK
- Throws:
PersistenceNotNullException
-
getNameSuffixPKHasBeenModified
-
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
-