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