Class AppearanceDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<AppearanceDetailPK>
com.echothree.model.data.core.server.value.AppearanceDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class AppearanceDetailValue
extends BaseValue<AppearanceDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionAppearanceDetailValue
(AppearanceDetailPK appearanceDetailPK, AppearancePK appearancePK, String appearanceName, ColorPK textColorPK, ColorPK backgroundColorPK, FontStylePK fontStylePK, FontWeightPK fontWeightPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AppearanceDetailValueAppearanceDetailValue
(AppearancePK appearancePK, String appearanceName, ColorPK textColorPK, ColorPK backgroundColorPK, FontStylePK fontStylePK, FontWeightPK fontWeightPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AppearanceDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAppearanceName
(String appearanceName) void
setAppearancePK
(AppearancePK appearancePK) void
setBackgroundColorPK
(ColorPK backgroundColorPK) void
setFontStylePK
(FontStylePK fontStylePK) void
setFontWeightPK
(FontWeightPK fontWeightPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setTextColorPK
(ColorPK textColorPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
AppearanceDetailValue
public AppearanceDetailValue(AppearanceDetailPK appearanceDetailPK, AppearancePK appearancePK, String appearanceName, ColorPK textColorPK, ColorPK backgroundColorPK, FontStylePK fontStylePK, FontWeightPK fontWeightPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AppearanceDetailValue- Throws:
PersistenceNotNullException
-
AppearanceDetailValue
public AppearanceDetailValue(AppearancePK appearancePK, String appearanceName, ColorPK textColorPK, ColorPK backgroundColorPK, FontStylePK fontStylePK, FontWeightPK fontWeightPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AppearanceDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<AppearanceDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<AppearanceDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<AppearanceDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<AppearanceDetailPK>
-
getAppearancePK
-
setAppearancePK
- Throws:
PersistenceNotNullException
-
getAppearancePKHasBeenModified
-
getAppearanceName
-
setAppearanceName
- Throws:
PersistenceNotNullException
-
getAppearanceNameHasBeenModified
-
getTextColorPK
-
setTextColorPK
-
getTextColorPKHasBeenModified
-
getBackgroundColorPK
-
setBackgroundColorPK
-
getBackgroundColorPKHasBeenModified
-
getFontStylePK
-
setFontStylePK
-
getFontStylePKHasBeenModified
-
getFontWeightPK
-
setFontWeightPK
-
getFontWeightPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-