Class TextTransformationValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TextTransformationPK>
com.echothree.model.data.core.server.value.TextTransformationValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TextTransformationValue
extends BaseValue<TextTransformationPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTextTransformationValue
(TextTransformationDetailPK activeDetailPK, TextTransformationDetailPK lastDetailPK) Creates a new instance of TextTransformationValueTextTransformationValue
(TextTransformationPK textTransformationPK, TextTransformationDetailPK activeDetailPK, TextTransformationDetailPK lastDetailPK) Creates a new instance of TextTransformationValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(TextTransformationDetailPK activeDetailPK) void
setLastDetailPK
(TextTransformationDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TextTransformationValue
public TextTransformationValue(TextTransformationPK textTransformationPK, TextTransformationDetailPK activeDetailPK, TextTransformationDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TextTransformationValue- Throws:
PersistenceNotNullException
-
TextTransformationValue
public TextTransformationValue(TextTransformationDetailPK activeDetailPK, TextTransformationDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TextTransformationValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TextTransformationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TextTransformationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TextTransformationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TextTransformationPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-