Class AppearanceTextDecorationValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<AppearanceTextDecorationPK>
com.echothree.model.data.core.server.value.AppearanceTextDecorationValue
- All Implemented Interfaces:
Serializable,Cloneable
public class AppearanceTextDecorationValue
extends BaseValue<AppearanceTextDecorationPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionAppearanceTextDecorationValue(AppearancePK appearancePK, TextDecorationPK textDecorationPK, Long fromTime, Long thruTime) Creates a new instance of AppearanceTextDecorationValueAppearanceTextDecorationValue(AppearanceTextDecorationPK appearanceTextDecorationPK, AppearancePK appearancePK, TextDecorationPK textDecorationPK, Long fromTime, Long thruTime) Creates a new instance of AppearanceTextDecorationValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAppearancePK(AppearancePK appearancePK) voidsetFromTime(Long fromTime) voidsetTextDecorationPK(TextDecorationPK textDecorationPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
AppearanceTextDecorationValue
public AppearanceTextDecorationValue(AppearanceTextDecorationPK appearanceTextDecorationPK, AppearancePK appearancePK, TextDecorationPK textDecorationPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AppearanceTextDecorationValue- Throws:
PersistenceNotNullException
-
AppearanceTextDecorationValue
public AppearanceTextDecorationValue(AppearancePK appearancePK, TextDecorationPK textDecorationPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AppearanceTextDecorationValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<AppearanceTextDecorationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<AppearanceTextDecorationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<AppearanceTextDecorationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<AppearanceTextDecorationPK>
-
getAppearancePK
-
setAppearancePK
- Throws:
PersistenceNotNullException
-
getAppearancePKHasBeenModified
-
getTextDecorationPK
-
setTextDecorationPK
public void setTextDecorationPK(TextDecorationPK textDecorationPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTextDecorationPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-