Package org.isda.cdm
Class ContractFormation.ContractFormationBuilder
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObjectBuilder
-
- org.isda.cdm.ContractFormation.ContractFormationBuilder
-
- Enclosing class:
- ContractFormation
public static class ContractFormation.ContractFormationBuilder extends com.rosetta.model.lib.RosettaModelObjectBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected PostInceptionState.PostInceptionStateBuilder
after
protected ExecutionState.ExecutionStateBuilder
before
-
Constructor Summary
Constructors Constructor Description ContractFormationBuilder()
-
Method Summary
-
-
-
Field Detail
-
after
protected PostInceptionState.PostInceptionStateBuilder after
-
before
protected ExecutionState.ExecutionStateBuilder before
-
-
Method Detail
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends ContractFormation> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
getAfter
public PostInceptionState.PostInceptionStateBuilder getAfter()
-
getOrCreateAfter
public PostInceptionState.PostInceptionStateBuilder getOrCreateAfter()
-
getBefore
public ExecutionState.ExecutionStateBuilder getBefore()
-
getOrCreateBefore
public ExecutionState.ExecutionStateBuilder getOrCreateBefore()
-
setAfter
public ContractFormation.ContractFormationBuilder setAfter(PostInceptionState after)
-
setAfterBuilder
public ContractFormation.ContractFormationBuilder setAfterBuilder(PostInceptionState.PostInceptionStateBuilder after)
-
setBefore
public ContractFormation.ContractFormationBuilder setBefore(ExecutionState before)
-
setBeforeBuilder
public ContractFormation.ContractFormationBuilder setBeforeBuilder(ExecutionState.ExecutionStateBuilder before)
-
build
public ContractFormation build()
- Specified by:
build
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
public ContractFormation.ContractFormationBuilder prune()
- Specified by:
prune
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()
- Specified by:
hasData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-