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