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