Class FontWeightValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<FontWeightPK>
com.echothree.model.data.core.server.value.FontWeightValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionFontWeightValue
(FontWeightDetailPK activeDetailPK, FontWeightDetailPK lastDetailPK) Creates a new instance of FontWeightValueFontWeightValue
(FontWeightPK fontWeightPK, FontWeightDetailPK activeDetailPK, FontWeightDetailPK lastDetailPK) Creates a new instance of FontWeightValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(FontWeightDetailPK activeDetailPK) void
setLastDetailPK
(FontWeightDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
FontWeightValue
public FontWeightValue(FontWeightPK fontWeightPK, FontWeightDetailPK activeDetailPK, FontWeightDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of FontWeightValue- Throws:
PersistenceNotNullException
-
FontWeightValue
public FontWeightValue(FontWeightDetailPK activeDetailPK, FontWeightDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of FontWeightValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<FontWeightPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<FontWeightPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<FontWeightPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<FontWeightPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-