Package com.priint.pubserver.entity
Class EntityWorkflowMethod
java.lang.Object
com.priint.pubserver.entity.EntityWorkflowMethod
- All Implemented Interfaces:
GetIdentifier,Serializable
The type Entity workflow method.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets description.Gets entity model.getLabel()Gets label.Gets method.Gets parameter.Gets reference.voidsetDescription(String description) Sets description.voidsetEntityModel(EntityModel entityModel) Sets entity model.voidsetIdentifier(String identifier) Sets identifier.voidSets label.voidSets method.voidsetParameter(List<KeyValue> parameter) Sets parameter.voidsetReference(String reference) Sets reference.
-
Constructor Details
-
EntityWorkflowMethod
public EntityWorkflowMethod()
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfaceGetIdentifier- Returns:
- string identifier
-
setIdentifier
Sets identifier.- Parameters:
identifier- the identifier
-
getEntityModel
Gets entity model.- Returns:
EntityModel
-
setEntityModel
Sets entity model.- Parameters:
entityModel-- See Also:
-
getMethod
Gets method.- Returns:
- method as String
-
setMethod
Sets method.- Parameters:
method-
-
getReference
Gets reference.- Returns:
- reference as String
-
setReference
Sets reference.- Parameters:
reference-
-
getLabel
Gets label.- Returns:
- label as String
-
setLabel
Sets label.- Parameters:
label-
-
getParameter
Gets parameter.- Returns:
- parameter as List of
KeyValue
-
setParameter
Sets parameter.- Parameters:
parameter-- See Also:
-
getDescription
Gets description.- Returns:
- description as String
-
setDescription
Sets description.- Parameters:
description-
-