Class AppearanceTextTransformationValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<AppearanceTextTransformationPK>
com.echothree.model.data.core.server.value.AppearanceTextTransformationValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class AppearanceTextTransformationValue
extends BaseValue<AppearanceTextTransformationPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionAppearanceTextTransformationValue
(AppearancePK appearancePK, TextTransformationPK textTransformationPK, Long fromTime, Long thruTime) Creates a new instance of AppearanceTextTransformationValueAppearanceTextTransformationValue
(AppearanceTextTransformationPK appearanceTextTransformationPK, AppearancePK appearancePK, TextTransformationPK textTransformationPK, Long fromTime, Long thruTime) Creates a new instance of AppearanceTextTransformationValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAppearancePK
(AppearancePK appearancePK) void
setFromTime
(Long fromTime) 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
-
AppearanceTextTransformationValue
public AppearanceTextTransformationValue(AppearanceTextTransformationPK appearanceTextTransformationPK, AppearancePK appearancePK, TextTransformationPK textTransformationPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AppearanceTextTransformationValue- Throws:
PersistenceNotNullException
-
AppearanceTextTransformationValue
public AppearanceTextTransformationValue(AppearancePK appearancePK, TextTransformationPK textTransformationPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AppearanceTextTransformationValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<AppearanceTextTransformationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<AppearanceTextTransformationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<AppearanceTextTransformationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<AppearanceTextTransformationPK>
-
getAppearancePK
-
setAppearancePK
- Throws:
PersistenceNotNullException
-
getAppearancePKHasBeenModified
-
getTextTransformationPK
-
setTextTransformationPK
public void setTextTransformationPK(TextTransformationPK textTransformationPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTextTransformationPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-