Package cdm.event.workflow
Class CustomisedWorkflow.CustomisedWorkflowBuilderImpl
java.lang.Object
cdm.event.workflow.CustomisedWorkflow.CustomisedWorkflowBuilderImpl
- All Implemented Interfaces:
CustomisedWorkflow,CustomisedWorkflow.CustomisedWorkflowBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
CustomisedWorkflow
public static class CustomisedWorkflow.CustomisedWorkflowBuilderImpl
extends Object
implements CustomisedWorkflow.CustomisedWorkflowBuilder
Builder Implementation of CustomisedWorkflow
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.workflow.CustomisedWorkflow
CustomisedWorkflow.CustomisedWorkflowBuilder, CustomisedWorkflow.CustomisedWorkflowBuilderImpl, CustomisedWorkflow.CustomisedWorkflowImpl -
Field Summary
FieldsFields inherited from interface cdm.event.workflow.CustomisedWorkflow
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanIn this initial iteration, this corresponds to the DTCC TIW element name.In this initial iteration, this corresponds to the DTCC value.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setItemName(String _itemName) setItemValue(String _itemValue) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.event.workflow.CustomisedWorkflow
getType, metaData, processMethods inherited from interface cdm.event.workflow.CustomisedWorkflow.CustomisedWorkflowBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
itemName
-
itemValue
-
-
Constructor Details
-
CustomisedWorkflowBuilderImpl
public CustomisedWorkflowBuilderImpl()
-
-
Method Details
-
getItemName
@RosettaAttribute(value="itemName", isRequired=true) @RuneAttribute(value="itemName", isRequired=true) public String getItemName()Description copied from interface:CustomisedWorkflowIn this initial iteration, this corresponds to the DTCC TIW element name.- Specified by:
getItemNamein interfaceCustomisedWorkflow
-
getItemValue
@RosettaAttribute(value="itemValue", isRequired=true) @RuneAttribute(value="itemValue", isRequired=true) public String getItemValue()Description copied from interface:CustomisedWorkflowIn this initial iteration, this corresponds to the DTCC value.- Specified by:
getItemValuein interfaceCustomisedWorkflow
-
setItemName
@RosettaAttribute(value="itemName", isRequired=true) @RuneAttribute(value="itemName", isRequired=true) public CustomisedWorkflow.CustomisedWorkflowBuilder setItemName(String _itemName) - Specified by:
setItemNamein interfaceCustomisedWorkflow.CustomisedWorkflowBuilder
-
setItemValue
@RosettaAttribute(value="itemValue", isRequired=true) @RuneAttribute(value="itemValue", isRequired=true) public CustomisedWorkflow.CustomisedWorkflowBuilder setItemValue(String _itemValue) - Specified by:
setItemValuein interfaceCustomisedWorkflow.CustomisedWorkflowBuilder
-
build
Description copied from interface:CustomisedWorkflowBuild Methods- Specified by:
buildin interfaceCustomisedWorkflow- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCustomisedWorkflow- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceCustomisedWorkflow.CustomisedWorkflowBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public CustomisedWorkflow.CustomisedWorkflowBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-