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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAppearancePK(AppearancePK appearancePK) voidsetFromTime(Long fromTime) voidsetTextTransformationPK(TextTransformationPK textTransformationPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<AppearanceTextTransformationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<AppearanceTextTransformationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<AppearanceTextTransformationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-