Package cdm.event.workflow
Class WorkflowStep.WorkflowStepBuilderImpl
java.lang.Object
cdm.event.workflow.WorkflowStep.WorkflowStepBuilderImpl
- All Implemented Interfaces:
WorkflowStep,WorkflowStep.WorkflowStepBuilder,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
WorkflowStep
public static class WorkflowStep.WorkflowStepBuilderImpl
extends Object
implements WorkflowStep.WorkflowStepBuilder
Builder Implementation of WorkflowStep
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilderNested classes/interfaces inherited from interface cdm.event.workflow.WorkflowStep
WorkflowStep.WorkflowStepBuilder, WorkflowStep.WorkflowStepBuilderImpl, WorkflowStep.WorkflowStepImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Account.AccountBuilder> protected ActionEnumprotected BusinessEvent.BusinessEventBuilderprotected List<Identifier.IdentifierBuilder> protected Lineage.LineageBuilderprotected com.rosetta.model.metafields.MetaFields.MetaFieldsBuilderprotected EventInstruction.EventInstructionBuilderprotected List<Party.PartyBuilder> protected EventInstruction.EventInstructionBuilderprotected Booleanprotected List<EventTimestamp.EventTimestampBuilder> protected WorkflowState.WorkflowStateBuilderFields inherited from interface cdm.event.workflow.WorkflowStep
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAccount(Account _account) addAccount(Account _account, int idx) addAccount(List<? extends Account> accounts) addApproval(WorkflowStepApproval _approval) addApproval(WorkflowStepApproval _approval, int idx) addApproval(List<? extends WorkflowStepApproval> approvals) addEventIdentifier(Identifier _eventIdentifier) addEventIdentifier(Identifier _eventIdentifier, int idx) addEventIdentifier(List<? extends Identifier> eventIdentifiers) addTimestamp(EventTimestamp _timestamp) addTimestamp(EventTimestamp _timestamp, int idx) addTimestamp(List<? extends EventTimestamp> timestamps) build()Build MethodsbooleanList<? extends Account.AccountBuilder> Optional account information that could be associated to the event.Specifies whether the event is a new, a correction or a cancellation.Optional party approvals for the current workflow step.Life cycle event for the step.Documents the life cycle event for a position.List<? extends Identifier.IdentifierBuilder> The identifier(s) that uniquely identify a lifecycle event.The lineage attribute provides a linkage among lifecycle events through the globalKey hash value.Contains all information pertaining the FpML messaging headercom.rosetta.model.metafields.MetaFields.MetaFieldsBuildergetMeta()The intended next event can be specified, even if the instructions are not known yet.getOrCreateAccount(int index) getOrCreateApproval(int index) getOrCreateEventIdentifier(int index) com.rosetta.model.metafields.MetaFields.MetaFieldsBuildergetOrCreateParty(int index) getOrCreateTimestamp(int index) List<? extends Party.PartyBuilder> getParty()The specification of the event parties.Optional previous workflow step that provides lineage to workflow steps that precedes it.The proposed event for a workflow step.Flags this step as rejected.List<? extends EventTimestamp.EventTimestampBuilder> The set of timestamp(s) associated with the event as a collection of [dateTime, qualifier].The event workflow information, i.e. the workflow status, the associated comment and the partyCustomisedWorkflow which purpose is to provide the ability to associate custom workflow information to the CDM.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setAccount(List<? extends Account> accounts) setAction(ActionEnum _action) setApproval(List<? extends WorkflowStepApproval> approvals) setBusinessEvent(BusinessEvent _businessEvent) setCounterpartyPositionBusinessEvent(CounterpartyPositionBusinessEvent _counterpartyPositionBusinessEvent) setCreditLimitInformation(CreditLimitInformation _creditLimitInformation) setEventIdentifier(List<? extends Identifier> eventIdentifiers) setLineage(Lineage _lineage) setMessageInformation(MessageInformation _messageInformation) setMeta(com.rosetta.model.metafields.MetaFields _meta) setNextEvent(EventInstruction _nextEvent) setPreviousWorkflowStep(ReferenceWithMetaWorkflowStep _previousWorkflowStep) setPreviousWorkflowStepValue(WorkflowStep _previousWorkflowStep) setProposedEvent(EventInstruction _proposedEvent) setRejected(Boolean _rejected) setTimestamp(List<? extends EventTimestamp> timestamps) setWorkflowState(WorkflowState _workflowState) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosettaMethods inherited from interface cdm.event.workflow.WorkflowStep
getType, metaData, processMethods inherited from interface cdm.event.workflow.WorkflowStep.WorkflowStepBuilder
process
-
Field Details
-
businessEvent
-
counterpartyPositionBusinessEvent
protected CounterpartyPositionBusinessEvent.CounterpartyPositionBusinessEventBuilder counterpartyPositionBusinessEvent -
proposedEvent
-
rejected
-
approval
-
previousWorkflowStep
-
nextEvent
-
messageInformation
-
timestamp
-
eventIdentifier
-
action
-
party
-
account
-
lineage
-
creditLimitInformation
-
workflowState
-
meta
protected com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder meta
-
-
Constructor Details
-
WorkflowStepBuilderImpl
public WorkflowStepBuilderImpl()
-
-
Method Details
-
getBusinessEvent
@RosettaAttribute("businessEvent") @RuneAttribute("businessEvent") public BusinessEvent.BusinessEventBuilder getBusinessEvent()Description copied from interface:WorkflowStepLife cycle event for the step. The businessEvent is optional when a proposedEvent or rejection are present.- Specified by:
getBusinessEventin interfaceWorkflowStep- Specified by:
getBusinessEventin interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateBusinessEvent
- Specified by:
getOrCreateBusinessEventin interfaceWorkflowStep.WorkflowStepBuilder
-
getCounterpartyPositionBusinessEvent
@RosettaAttribute("counterpartyPositionBusinessEvent") @RuneAttribute("counterpartyPositionBusinessEvent") public CounterpartyPositionBusinessEvent.CounterpartyPositionBusinessEventBuilder getCounterpartyPositionBusinessEvent()Description copied from interface:WorkflowStepDocuments the life cycle event for a position.- Specified by:
getCounterpartyPositionBusinessEventin interfaceWorkflowStep- Specified by:
getCounterpartyPositionBusinessEventin interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateCounterpartyPositionBusinessEvent
public CounterpartyPositionBusinessEvent.CounterpartyPositionBusinessEventBuilder getOrCreateCounterpartyPositionBusinessEvent()- Specified by:
getOrCreateCounterpartyPositionBusinessEventin interfaceWorkflowStep.WorkflowStepBuilder
-
getProposedEvent
@RosettaAttribute("proposedEvent") @RuneAttribute("proposedEvent") public EventInstruction.EventInstructionBuilder getProposedEvent()Description copied from interface:WorkflowStepThe proposed event for a workflow step. The proposedEvent is optional when the businessEvent or rejection are present- Specified by:
getProposedEventin interfaceWorkflowStep- Specified by:
getProposedEventin interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateProposedEvent
- Specified by:
getOrCreateProposedEventin interfaceWorkflowStep.WorkflowStepBuilder
-
getRejected
Description copied from interface:WorkflowStepFlags this step as rejected.- Specified by:
getRejectedin interfaceWorkflowStep
-
getApproval
@RosettaAttribute("approval") @RuneAttribute("approval") public List<? extends WorkflowStepApproval.WorkflowStepApprovalBuilder> getApproval()Description copied from interface:WorkflowStepOptional party approvals for the current workflow step. A workflow step can have any number of parties associated to it, thus this object is represented as a list. All parties that are expected to provide approval should have an item in this list that references them.- Specified by:
getApprovalin interfaceWorkflowStep- Specified by:
getApprovalin interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateApproval
- Specified by:
getOrCreateApprovalin interfaceWorkflowStep.WorkflowStepBuilder
-
getPreviousWorkflowStep
@RosettaAttribute("previousWorkflowStep") @RuneAttribute("previousWorkflowStep") public ReferenceWithMetaWorkflowStep.ReferenceWithMetaWorkflowStepBuilder getPreviousWorkflowStep()Description copied from interface:WorkflowStepOptional previous workflow step that provides lineage to workflow steps that precedes it.- Specified by:
getPreviousWorkflowStepin interfaceWorkflowStep- Specified by:
getPreviousWorkflowStepin interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreatePreviousWorkflowStep
public ReferenceWithMetaWorkflowStep.ReferenceWithMetaWorkflowStepBuilder getOrCreatePreviousWorkflowStep()- Specified by:
getOrCreatePreviousWorkflowStepin interfaceWorkflowStep.WorkflowStepBuilder
-
getNextEvent
@RosettaAttribute("nextEvent") @RuneAttribute("nextEvent") public EventInstruction.EventInstructionBuilder getNextEvent()Description copied from interface:WorkflowStepThe intended next event can be specified, even if the instructions are not known yet.- Specified by:
getNextEventin interfaceWorkflowStep- Specified by:
getNextEventin interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateNextEvent
- Specified by:
getOrCreateNextEventin interfaceWorkflowStep.WorkflowStepBuilder
-
getMessageInformation
@RosettaAttribute("messageInformation") @RuneAttribute("messageInformation") public MessageInformation.MessageInformationBuilder getMessageInformation()Description copied from interface:WorkflowStepContains all information pertaining the FpML messaging header- Specified by:
getMessageInformationin interfaceWorkflowStep- Specified by:
getMessageInformationin interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateMessageInformation
- Specified by:
getOrCreateMessageInformationin interfaceWorkflowStep.WorkflowStepBuilder
-
getTimestamp
@RosettaAttribute(value="timestamp", isRequired=true) @RuneAttribute(value="timestamp", isRequired=true) public List<? extends EventTimestamp.EventTimestampBuilder> getTimestamp()Description copied from interface:WorkflowStepThe set of timestamp(s) associated with the event as a collection of [dateTime, qualifier].- Specified by:
getTimestampin interfaceWorkflowStep- Specified by:
getTimestampin interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateTimestamp
- Specified by:
getOrCreateTimestampin interfaceWorkflowStep.WorkflowStepBuilder
-
getEventIdentifier
@RosettaAttribute(value="eventIdentifier", isRequired=true) @RuneAttribute(value="eventIdentifier", isRequired=true) public List<? extends Identifier.IdentifierBuilder> getEventIdentifier()Description copied from interface:WorkflowStepThe identifier(s) that uniquely identify a lifecycle event. The unbounded cardinality is meant to provide the ability to associate identifiers that are issued by distinct parties. As an example, each of the parties to the event may choose to associate their own identifiers to the event.- Specified by:
getEventIdentifierin interfaceWorkflowStep- Specified by:
getEventIdentifierin interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateEventIdentifier
- Specified by:
getOrCreateEventIdentifierin interfaceWorkflowStep.WorkflowStepBuilder
-
getAction
Description copied from interface:WorkflowStepSpecifies whether the event is a new, a correction or a cancellation.- Specified by:
getActionin interfaceWorkflowStep
-
getParty
@RosettaAttribute("party") @RuneAttribute("party") public List<? extends Party.PartyBuilder> getParty()Description copied from interface:WorkflowStepThe specification of the event parties. This attribute is optional, as not applicable to certain events (e.g. most of the observations).- Specified by:
getPartyin interfaceWorkflowStep- Specified by:
getPartyin interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateParty
- Specified by:
getOrCreatePartyin interfaceWorkflowStep.WorkflowStepBuilder
-
getAccount
@RosettaAttribute("account") @RuneAttribute("account") public List<? extends Account.AccountBuilder> getAccount()Description copied from interface:WorkflowStepOptional account information that could be associated to the event.- Specified by:
getAccountin interfaceWorkflowStep- Specified by:
getAccountin interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateAccount
- Specified by:
getOrCreateAccountin interfaceWorkflowStep.WorkflowStepBuilder
-
getLineage
Description copied from interface:WorkflowStepThe lineage attribute provides a linkage among lifecycle events through the globalKey hash value. One example is when a given lifecycle event is being corrected or cancelled. In such case, each subsequent event will have lineage into the prior version of that event. The second broad use case is when an event has a dependency upon either another event (e.g. the regular payment associated with a fix/float swap will have a lineage into the reset event, which will in turn have a lineage into the observation event for the floating rate and the contract) or a contract (e.g. the exercise of an option has a lineage into that option).- Specified by:
getLineagein interfaceWorkflowStep- Specified by:
getLineagein interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateLineage
- Specified by:
getOrCreateLineagein interfaceWorkflowStep.WorkflowStepBuilder
-
getCreditLimitInformation
@RosettaAttribute("creditLimitInformation") @RuneAttribute("creditLimitInformation") public CreditLimitInformation.CreditLimitInformationBuilder getCreditLimitInformation()- Specified by:
getCreditLimitInformationin interfaceWorkflowStep- Specified by:
getCreditLimitInformationin interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateCreditLimitInformation
- Specified by:
getOrCreateCreditLimitInformationin interfaceWorkflowStep.WorkflowStepBuilder
-
getWorkflowState
@RosettaAttribute("workflowState") @RuneAttribute("workflowState") public WorkflowState.WorkflowStateBuilder getWorkflowState()Description copied from interface:WorkflowStepThe event workflow information, i.e. the workflow status, the associated comment and the partyCustomisedWorkflow which purpose is to provide the ability to associate custom workflow information to the CDM.- Specified by:
getWorkflowStatein interfaceWorkflowStep- Specified by:
getWorkflowStatein interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateWorkflowState
- Specified by:
getOrCreateWorkflowStatein interfaceWorkflowStep.WorkflowStepBuilder
-
getMeta
@RosettaAttribute("meta") @RuneAttribute("meta") @RuneMetaType public com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder- Specified by:
getMetain interfaceWorkflowStep- Specified by:
getMetain interfaceWorkflowStep.WorkflowStepBuilder
-
getOrCreateMeta
public com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder getOrCreateMeta()- Specified by:
getOrCreateMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder- Specified by:
getOrCreateMetain interfaceWorkflowStep.WorkflowStepBuilder
-
setBusinessEvent
@RosettaAttribute("businessEvent") @RuneAttribute("businessEvent") public WorkflowStep.WorkflowStepBuilder setBusinessEvent(BusinessEvent _businessEvent) - Specified by:
setBusinessEventin interfaceWorkflowStep.WorkflowStepBuilder
-
setCounterpartyPositionBusinessEvent
@RosettaAttribute("counterpartyPositionBusinessEvent") @RuneAttribute("counterpartyPositionBusinessEvent") public WorkflowStep.WorkflowStepBuilder setCounterpartyPositionBusinessEvent(CounterpartyPositionBusinessEvent _counterpartyPositionBusinessEvent) - Specified by:
setCounterpartyPositionBusinessEventin interfaceWorkflowStep.WorkflowStepBuilder
-
setProposedEvent
@RosettaAttribute("proposedEvent") @RuneAttribute("proposedEvent") public WorkflowStep.WorkflowStepBuilder setProposedEvent(EventInstruction _proposedEvent) - Specified by:
setProposedEventin interfaceWorkflowStep.WorkflowStepBuilder
-
setRejected
@RosettaAttribute("rejected") @RuneAttribute("rejected") public WorkflowStep.WorkflowStepBuilder setRejected(Boolean _rejected) - Specified by:
setRejectedin interfaceWorkflowStep.WorkflowStepBuilder
-
addApproval
@RosettaAttribute("approval") @RuneAttribute("approval") public WorkflowStep.WorkflowStepBuilder addApproval(WorkflowStepApproval _approval) - Specified by:
addApprovalin interfaceWorkflowStep.WorkflowStepBuilder
-
addApproval
- Specified by:
addApprovalin interfaceWorkflowStep.WorkflowStepBuilder
-
addApproval
- Specified by:
addApprovalin interfaceWorkflowStep.WorkflowStepBuilder
-
setApproval
@RuneAttribute("approval") public WorkflowStep.WorkflowStepBuilder setApproval(List<? extends WorkflowStepApproval> approvals) - Specified by:
setApprovalin interfaceWorkflowStep.WorkflowStepBuilder
-
setPreviousWorkflowStep
@RosettaAttribute("previousWorkflowStep") @RuneAttribute("previousWorkflowStep") public WorkflowStep.WorkflowStepBuilder setPreviousWorkflowStep(ReferenceWithMetaWorkflowStep _previousWorkflowStep) - Specified by:
setPreviousWorkflowStepin interfaceWorkflowStep.WorkflowStepBuilder
-
setPreviousWorkflowStepValue
public WorkflowStep.WorkflowStepBuilder setPreviousWorkflowStepValue(WorkflowStep _previousWorkflowStep) - Specified by:
setPreviousWorkflowStepValuein interfaceWorkflowStep.WorkflowStepBuilder
-
setNextEvent
@RosettaAttribute("nextEvent") @RuneAttribute("nextEvent") public WorkflowStep.WorkflowStepBuilder setNextEvent(EventInstruction _nextEvent) - Specified by:
setNextEventin interfaceWorkflowStep.WorkflowStepBuilder
-
setMessageInformation
@RosettaAttribute("messageInformation") @RuneAttribute("messageInformation") public WorkflowStep.WorkflowStepBuilder setMessageInformation(MessageInformation _messageInformation) - Specified by:
setMessageInformationin interfaceWorkflowStep.WorkflowStepBuilder
-
addTimestamp
@RosettaAttribute(value="timestamp", isRequired=true) @RuneAttribute(value="timestamp", isRequired=true) public WorkflowStep.WorkflowStepBuilder addTimestamp(EventTimestamp _timestamp) - Specified by:
addTimestampin interfaceWorkflowStep.WorkflowStepBuilder
-
addTimestamp
- Specified by:
addTimestampin interfaceWorkflowStep.WorkflowStepBuilder
-
addTimestamp
- Specified by:
addTimestampin interfaceWorkflowStep.WorkflowStepBuilder
-
setTimestamp
@RuneAttribute("timestamp") public WorkflowStep.WorkflowStepBuilder setTimestamp(List<? extends EventTimestamp> timestamps) - Specified by:
setTimestampin interfaceWorkflowStep.WorkflowStepBuilder
-
addEventIdentifier
@RosettaAttribute(value="eventIdentifier", isRequired=true) @RuneAttribute(value="eventIdentifier", isRequired=true) public WorkflowStep.WorkflowStepBuilder addEventIdentifier(Identifier _eventIdentifier) - Specified by:
addEventIdentifierin interfaceWorkflowStep.WorkflowStepBuilder
-
addEventIdentifier
- Specified by:
addEventIdentifierin interfaceWorkflowStep.WorkflowStepBuilder
-
addEventIdentifier
public WorkflowStep.WorkflowStepBuilder addEventIdentifier(List<? extends Identifier> eventIdentifiers) - Specified by:
addEventIdentifierin interfaceWorkflowStep.WorkflowStepBuilder
-
setEventIdentifier
@RuneAttribute("eventIdentifier") public WorkflowStep.WorkflowStepBuilder setEventIdentifier(List<? extends Identifier> eventIdentifiers) - Specified by:
setEventIdentifierin interfaceWorkflowStep.WorkflowStepBuilder
-
setAction
@RosettaAttribute("action") @RuneAttribute("action") public WorkflowStep.WorkflowStepBuilder setAction(ActionEnum _action) - Specified by:
setActionin interfaceWorkflowStep.WorkflowStepBuilder
-
addParty
@RosettaAttribute("party") @RuneAttribute("party") public WorkflowStep.WorkflowStepBuilder addParty(Party _party) - Specified by:
addPartyin interfaceWorkflowStep.WorkflowStepBuilder
-
addParty
- Specified by:
addPartyin interfaceWorkflowStep.WorkflowStepBuilder
-
addParty
- Specified by:
addPartyin interfaceWorkflowStep.WorkflowStepBuilder
-
setParty
@RuneAttribute("party") public WorkflowStep.WorkflowStepBuilder setParty(List<? extends Party> partys) - Specified by:
setPartyin interfaceWorkflowStep.WorkflowStepBuilder
-
addAccount
@RosettaAttribute("account") @RuneAttribute("account") public WorkflowStep.WorkflowStepBuilder addAccount(Account _account) - Specified by:
addAccountin interfaceWorkflowStep.WorkflowStepBuilder
-
addAccount
- Specified by:
addAccountin interfaceWorkflowStep.WorkflowStepBuilder
-
addAccount
- Specified by:
addAccountin interfaceWorkflowStep.WorkflowStepBuilder
-
setAccount
@RuneAttribute("account") public WorkflowStep.WorkflowStepBuilder setAccount(List<? extends Account> accounts) - Specified by:
setAccountin interfaceWorkflowStep.WorkflowStepBuilder
-
setLineage
@RosettaAttribute("lineage") @RuneAttribute("lineage") public WorkflowStep.WorkflowStepBuilder setLineage(Lineage _lineage) - Specified by:
setLineagein interfaceWorkflowStep.WorkflowStepBuilder
-
setCreditLimitInformation
@RosettaAttribute("creditLimitInformation") @RuneAttribute("creditLimitInformation") public WorkflowStep.WorkflowStepBuilder setCreditLimitInformation(CreditLimitInformation _creditLimitInformation) - Specified by:
setCreditLimitInformationin interfaceWorkflowStep.WorkflowStepBuilder
-
setWorkflowState
@RosettaAttribute("workflowState") @RuneAttribute("workflowState") public WorkflowStep.WorkflowStepBuilder setWorkflowState(WorkflowState _workflowState) - Specified by:
setWorkflowStatein interfaceWorkflowStep.WorkflowStepBuilder
-
setMeta
@RosettaAttribute("meta") @RuneAttribute("meta") @RuneMetaType public WorkflowStep.WorkflowStepBuilder setMeta(com.rosetta.model.metafields.MetaFields _meta) - Specified by:
setMetain interfaceWorkflowStep.WorkflowStepBuilder
-
build
Description copied from interface:WorkflowStepBuild Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceWorkflowStep
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceWorkflowStep
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder- Specified by:
prunein interfaceWorkflowStep.WorkflowStepBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public WorkflowStep.WorkflowStepBuilder 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
-