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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAppearanceName(String appearanceName) voidsetAppearancePK(AppearancePK appearancePK) voidsetBackgroundColorPK(ColorPK backgroundColorPK) voidsetFontStylePK(FontStylePK fontStylePK) voidsetFontWeightPK(FontWeightPK fontWeightPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetTextColorPK(ColorPK textColorPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<AppearanceDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<AppearanceDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<AppearanceDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-