Class TermDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TermDetailPK>
com.echothree.model.data.term.server.value.TermDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTermDetailValue
(TermDetailPK termDetailPK, TermPK termPK, String termName, TermTypePK termTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TermDetailValueTermDetailValue
(TermPK termPK, String termName, TermTypePK termTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TermDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setTermName
(String termName) void
void
setTermTypePK
(TermTypePK termTypePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TermDetailValue
public TermDetailValue(TermDetailPK termDetailPK, TermPK termPK, String termName, TermTypePK termTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TermDetailValue- Throws:
PersistenceNotNullException
-
TermDetailValue
public TermDetailValue(TermPK termPK, String termName, TermTypePK termTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TermDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TermDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TermDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TermDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TermDetailPK>
-
getTermPK
-
setTermPK
- Throws:
PersistenceNotNullException
-
getTermPKHasBeenModified
-
getTermName
-
setTermName
- Throws:
PersistenceNotNullException
-
getTermNameHasBeenModified
-
getTermTypePK
-
setTermTypePK
- Throws:
PersistenceNotNullException
-
getTermTypePKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-