Package cdm.event.workflow
Class PartyCustomisedWorkflow.PartyCustomisedWorkflowImpl
java.lang.Object
cdm.event.workflow.PartyCustomisedWorkflow.PartyCustomisedWorkflowImpl
- All Implemented Interfaces:
PartyCustomisedWorkflow,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
PartyCustomisedWorkflow
public static class PartyCustomisedWorkflow.PartyCustomisedWorkflowImpl
extends Object
implements PartyCustomisedWorkflow
Immutable Implementation of PartyCustomisedWorkflow
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.workflow.PartyCustomisedWorkflow
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder, PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilderImpl, PartyCustomisedWorkflow.PartyCustomisedWorkflowImpl -
Field Summary
Fields inherited from interface cdm.event.workflow.PartyCustomisedWorkflow
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends CustomisedWorkflow> Non-standardized data in a generic form.The party name to which the workflow pertains to.Reference to the party to which the workflow pertains to.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.event.workflow.PartyCustomisedWorkflow
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
PartyCustomisedWorkflowImpl
protected PartyCustomisedWorkflowImpl(PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder builder)
-
-
Method Details
-
getPartyReference
@RosettaAttribute("partyReference") @RuneAttribute("partyReference") public ReferenceWithMetaParty getPartyReference()Description copied from interface:PartyCustomisedWorkflowReference to the party to which the workflow pertains to.- Specified by:
getPartyReferencein interfacePartyCustomisedWorkflow
-
getPartyName
Description copied from interface:PartyCustomisedWorkflowThe party name to which the workflow pertains to.- Specified by:
getPartyNamein interfacePartyCustomisedWorkflow
-
getCustomisedWorkflow
@RosettaAttribute(value="customisedWorkflow", isRequired=true) @RuneAttribute(value="customisedWorkflow", isRequired=true) public List<? extends CustomisedWorkflow> getCustomisedWorkflow()Description copied from interface:PartyCustomisedWorkflowNon-standardized data in a generic form.- Specified by:
getCustomisedWorkflowin interfacePartyCustomisedWorkflow
-
build
Description copied from interface:PartyCustomisedWorkflowBuild Methods- Specified by:
buildin interfacePartyCustomisedWorkflow- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacePartyCustomisedWorkflow- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-