Class TextTransformationDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TextTransformationDetailPK>
com.echothree.model.data.core.server.value.TextTransformationDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TextTransformationDetailValue
extends BaseValue<TextTransformationDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTextTransformationDetailValue
(TextTransformationDetailPK textTransformationDetailPK, TextTransformationPK textTransformationPK, String textTransformationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TextTransformationDetailValueTextTransformationDetailValue
(TextTransformationPK textTransformationPK, String textTransformationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TextTransformationDetailValue -
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
setTextTransformationName
(String textTransformationName) void
setTextTransformationPK
(TextTransformationPK textTransformationPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TextTransformationDetailValue
public TextTransformationDetailValue(TextTransformationDetailPK textTransformationDetailPK, TextTransformationPK textTransformationPK, String textTransformationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TextTransformationDetailValue- Throws:
PersistenceNotNullException
-
TextTransformationDetailValue
public TextTransformationDetailValue(TextTransformationPK textTransformationPK, String textTransformationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TextTransformationDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TextTransformationDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TextTransformationDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TextTransformationDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TextTransformationDetailPK>
-
getTextTransformationPK
-
setTextTransformationPK
public void setTextTransformationPK(TextTransformationPK textTransformationPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTextTransformationPKHasBeenModified
-
getTextTransformationName
-
setTextTransformationName
public void setTextTransformationName(String textTransformationName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTextTransformationNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-