Class FontWeightDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<FontWeightDetailPK>
com.echothree.model.data.core.server.value.FontWeightDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class FontWeightDetailValue
extends BaseValue<FontWeightDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionFontWeightDetailValue
(FontWeightDetailPK fontWeightDetailPK, FontWeightPK fontWeightPK, String fontWeightName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FontWeightDetailValueFontWeightDetailValue
(FontWeightPK fontWeightPK, String fontWeightName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FontWeightDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFontWeightName
(String fontWeightName) void
setFontWeightPK
(FontWeightPK fontWeightPK) 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
-
FontWeightDetailValue
public FontWeightDetailValue(FontWeightDetailPK fontWeightDetailPK, FontWeightPK fontWeightPK, String fontWeightName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of FontWeightDetailValue- Throws:
PersistenceNotNullException
-
FontWeightDetailValue
public FontWeightDetailValue(FontWeightPK fontWeightPK, String fontWeightName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of FontWeightDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<FontWeightDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<FontWeightDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<FontWeightDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<FontWeightDetailPK>
-
getFontWeightPK
-
setFontWeightPK
- Throws:
PersistenceNotNullException
-
getFontWeightPKHasBeenModified
-
getFontWeightName
-
setFontWeightName
- Throws:
PersistenceNotNullException
-
getFontWeightNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-