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 TypeMethodDescriptionboolean
getAppearance
(EntityPermission entityPermission) getAppearance
(Session session) getAppearance
(Session session, EntityPermission entityPermission) getAppearanceForUpdate
(Session session) boolean
boolean
getBackgroundColor
(EntityPermission entityPermission) getBackgroundColor
(Session session) getBackgroundColor
(Session session, EntityPermission entityPermission) getBackgroundColorForUpdate
(Session session) boolean
getFontStyle
(EntityPermission entityPermission) getFontStyle
(Session session) getFontStyle
(Session session, EntityPermission entityPermission) getFontStyleForUpdate
(Session session) boolean
getFontWeight
(EntityPermission entityPermission) getFontWeight
(Session session) getFontWeight
(Session session, EntityPermission entityPermission) getFontWeightForUpdate
(Session session) boolean
boolean
boolean
boolean
getTextColor
(EntityPermission entityPermission) getTextColor
(Session session) getTextColor
(Session session, EntityPermission entityPermission) getTextColorForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setAppearance
(Appearance entity) void
void
setAppearanceName
(String appearanceName) void
setAppearancePK
(AppearancePK appearancePK) void
setBackgroundColor
(Color entity) void
setBackgroundColorPK
(ColorPK backgroundColorPK) void
setFontStyle
(FontStyle entity) void
setFontStylePK
(FontStylePK fontStylePK) void
setFontWeight
(FontWeight entity) void
setFontWeightPK
(FontWeightPK fontWeightPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setTextColor
(Color entity) void
setTextColorPK
(ColorPK textColorPK) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getAppearanceDetailValue
-
setAppearanceDetailValue
public void setAppearanceDetailValue(AppearanceDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-