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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFontStyleName
(String fontStyleName) void
setFontStylePK
(FontStylePK fontStylePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<FontStyleDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<FontStyleDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<FontStyleDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-