Class FontStyleDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<FontStyleDetailPK>
com.echothree.model.data.core.server.value.FontStyleDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class FontStyleDetailValue
extends BaseValue<FontStyleDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionFontStyleDetailValue(FontStyleDetailPK fontStyleDetailPK, FontStylePK fontStylePK, String fontStyleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FontStyleDetailValueFontStyleDetailValue(FontStylePK fontStylePK, String fontStyleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FontStyleDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFontStyleName(String fontStyleName) voidsetFontStylePK(FontStylePK fontStylePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
FontStyleDetailValue
public FontStyleDetailValue(FontStyleDetailPK fontStyleDetailPK, FontStylePK fontStylePK, String fontStyleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of FontStyleDetailValue- Throws:
PersistenceNotNullException
-
FontStyleDetailValue
public FontStyleDetailValue(FontStylePK fontStylePK, String fontStyleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of FontStyleDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<FontStyleDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<FontStyleDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<FontStyleDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<FontStyleDetailPK>
-
getFontStylePK
-
setFontStylePK
- Throws:
PersistenceNotNullException
-
getFontStylePKHasBeenModified
-
getFontStyleName
-
setFontStyleName
- Throws:
PersistenceNotNullException
-
getFontStyleNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-