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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(StylePathDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<StylePathPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<StylePathPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<StylePathPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<StylePathPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-