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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAppearancePK
(AppearancePK appearancePK) void
setFromTime
(Long fromTime) void
setTextDecorationPK
(TextDecorationPK textDecorationPK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<AppearanceTextDecorationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<AppearanceTextDecorationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<AppearanceTextDecorationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-