Class JpaContextValue
java.lang.Object
com.broadleafcommerce.workflow.provider.jpa.domain.JpaContextValue
- All Implemented Interfaces:
Serializable
See
ContextValue- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJpaContextValue(String contextName, String contextValue, String contextValueType, D workflow) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetContextId(String contextId) voidsetContextName(String contextName) voidsetContextValue(String contextValue) voidsetContextValueType(String contextValueType) voidsetWorkflow(JpaWorkflow workflow) toString()
-
Constructor Details
-
JpaContextValue
-
JpaContextValue
public JpaContextValue()
-
-
Method Details
-
getContextId
-
getContextName
-
getContextValue
-
getContextValueType
-
getWorkflow
-
setContextId
-
setContextName
-
setContextValue
-
setContextValueType
-
setWorkflow
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-