Class AppearanceDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.AppearanceDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of AppearanceDetailAppearanceDetail(AppearanceDetailValue value, EntityPermission entityPermission) Creates a new instance of AppearanceDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAppearance(EntityPermission entityPermission) booleanbooleangetBackgroundColor(EntityPermission entityPermission) booleangetFontStyle(EntityPermission entityPermission) booleangetFontWeight(EntityPermission entityPermission) booleanbooleanbooleanbooleangetTextColor(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetAppearance(Appearance entity) voidvoidsetAppearanceName(String appearanceName) voidsetAppearancePK(AppearancePK appearancePK) voidsetBackgroundColor(Color entity) voidsetBackgroundColorPK(ColorPK backgroundColorPK) voidsetFontStyle(FontStyle entity) voidsetFontStylePK(FontStylePK fontStylePK) voidsetFontWeight(FontWeight entity) voidsetFontWeightPK(FontWeightPK fontWeightPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetTextColor(Color entity) voidsetTextColorPK(ColorPK textColorPK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
AppearanceDetail
Creates a new instance of AppearanceDetail- Throws:
PersistenceException
-
AppearanceDetail
Creates a new instance of AppearanceDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getAppearanceDetailValue
-
setAppearanceDetailValue
public void setAppearanceDetailValue(@Nonnull AppearanceDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getAppearancePK
-
getAppearance
-
getAppearance
-
getAppearanceForUpdate
-
setAppearancePK
public void setAppearancePK(@Nonnull AppearancePK appearancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAppearance
-
getAppearancePKHasBeenModified
-
getAppearanceName
-
setAppearanceName
public void setAppearanceName(@Nonnull String appearanceName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAppearanceNameHasBeenModified
-
getTextColorPK
-
getTextColor
-
getTextColor
-
getTextColorForUpdate
-
setTextColorPK
public void setTextColorPK(@Nullable ColorPK textColorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTextColor
-
getTextColorPKHasBeenModified
-
getBackgroundColorPK
-
getBackgroundColor
-
getBackgroundColor
-
getBackgroundColorForUpdate
-
setBackgroundColorPK
public void setBackgroundColorPK(@Nullable ColorPK backgroundColorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setBackgroundColor
-
getBackgroundColorPKHasBeenModified
-
getFontStylePK
-
getFontStyle
-
getFontStyle
-
getFontStyleForUpdate
-
setFontStylePK
public void setFontStylePK(@Nullable FontStylePK fontStylePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFontStyle
-
getFontStylePKHasBeenModified
-
getFontWeightPK
-
getFontWeight
-
getFontWeight
-
getFontWeightForUpdate
-
setFontWeightPK
public void setFontWeightPK(@Nullable FontWeightPK fontWeightPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFontWeight
-
getFontWeightPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(@Nonnull Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(@Nonnull Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-