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) getAppearance(Session session) getAppearance(Session session, EntityPermission entityPermission) getAppearanceForUpdate(Session session) booleanbooleangetBackgroundColor(EntityPermission entityPermission) getBackgroundColor(Session session) getBackgroundColor(Session session, EntityPermission entityPermission) getBackgroundColorForUpdate(Session session) booleangetFontStyle(EntityPermission entityPermission) getFontStyle(Session session) getFontStyle(Session session, EntityPermission entityPermission) getFontStyleForUpdate(Session session) booleangetFontWeight(EntityPermission entityPermission) getFontWeight(Session session) getFontWeight(Session session, EntityPermission entityPermission) getFontWeightForUpdate(Session session) booleanbooleanbooleanbooleangetTextColor(EntityPermission entityPermission) getTextColor(Session session) getTextColor(Session session, EntityPermission entityPermission) getTextColorForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetAppearance(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) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getAppearanceDetailValue
-
setAppearanceDetailValue
public void setAppearanceDetailValue(AppearanceDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getAppearancePK
-
getAppearance
-
getAppearance
-
getAppearance
-
getAppearance
-
getAppearanceForUpdate
-
getAppearanceForUpdate
-
setAppearancePK
public void setAppearancePK(AppearancePK appearancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAppearance
-
getAppearancePKHasBeenModified
-
getAppearanceName
-
setAppearanceName
public void setAppearanceName(String appearanceName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAppearanceNameHasBeenModified
-
getTextColorPK
-
getTextColor
-
getTextColor
-
getTextColor
-
getTextColor
-
getTextColorForUpdate
-
getTextColorForUpdate
-
setTextColorPK
public void setTextColorPK(ColorPK textColorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTextColor
-
getTextColorPKHasBeenModified
-
getBackgroundColorPK
-
getBackgroundColor
-
getBackgroundColor
-
getBackgroundColor
-
getBackgroundColor
-
getBackgroundColorForUpdate
-
getBackgroundColorForUpdate
-
setBackgroundColorPK
public void setBackgroundColorPK(ColorPK backgroundColorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setBackgroundColor
-
getBackgroundColorPKHasBeenModified
-
getFontStylePK
-
getFontStyle
-
getFontStyle
-
getFontStyle
-
getFontStyle
-
getFontStyleForUpdate
-
getFontStyleForUpdate
-
setFontStylePK
public void setFontStylePK(FontStylePK fontStylePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFontStyle
-
getFontStylePKHasBeenModified
-
getFontWeightPK
-
getFontWeight
-
getFontWeight
-
getFontWeight
-
getFontWeight
-
getFontWeightForUpdate
-
getFontWeightForUpdate
-
setFontWeightPK
public void setFontWeightPK(FontWeightPK fontWeightPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFontWeight
-
getFontWeightPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-