Class TextDecorationDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TextDecorationDetailPK>
com.echothree.model.data.core.server.value.TextDecorationDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TextDecorationDetailValue
extends BaseValue<TextDecorationDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTextDecorationDetailValue
(TextDecorationDetailPK textDecorationDetailPK, TextDecorationPK textDecorationPK, String textDecorationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TextDecorationDetailValueTextDecorationDetailValue
(TextDecorationPK textDecorationPK, String textDecorationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TextDecorationDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
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
setTextDecorationName
(String textDecorationName) void
setTextDecorationPK
(TextDecorationPK textDecorationPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TextDecorationDetailValue
public TextDecorationDetailValue(TextDecorationDetailPK textDecorationDetailPK, TextDecorationPK textDecorationPK, String textDecorationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TextDecorationDetailValue- Throws:
PersistenceNotNullException
-
TextDecorationDetailValue
public TextDecorationDetailValue(TextDecorationPK textDecorationPK, String textDecorationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TextDecorationDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TextDecorationDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TextDecorationDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TextDecorationDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TextDecorationDetailPK>
-
getTextDecorationPK
-
setTextDecorationPK
public void setTextDecorationPK(TextDecorationPK textDecorationPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTextDecorationPKHasBeenModified
-
getTextDecorationName
-
setTextDecorationName
- Throws:
PersistenceNotNullException
-
getTextDecorationNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-