Package org.isda.cdm
Class AllocationInstructions.AllocationInstructionsBuilder
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObjectBuilder
-
- org.isda.cdm.AllocationInstructions.AllocationInstructionsBuilder
-
- Enclosing class:
- AllocationInstructions
public static class AllocationInstructions.AllocationInstructionsBuilder extends com.rosetta.model.lib.RosettaModelObjectBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<AllocationBreakdown.AllocationBreakdownBuilder>
breakdowns
-
Constructor Summary
Constructors Constructor Description AllocationInstructionsBuilder()
-
Method Summary
-
-
-
Field Detail
-
breakdowns
protected java.util.List<AllocationBreakdown.AllocationBreakdownBuilder> breakdowns
-
-
Method Detail
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends AllocationInstructions> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
getBreakdowns
public java.util.List<AllocationBreakdown.AllocationBreakdownBuilder> getBreakdowns()
-
getOrCreateBreakdowns
public AllocationBreakdown.AllocationBreakdownBuilder getOrCreateBreakdowns(int index)
-
addBreakdowns
public AllocationInstructions.AllocationInstructionsBuilder addBreakdowns(AllocationBreakdown breakdowns)
-
addBreakdowns
public AllocationInstructions.AllocationInstructionsBuilder addBreakdowns(AllocationBreakdown breakdowns, int _idx)
-
addBreakdowns
public AllocationInstructions.AllocationInstructionsBuilder addBreakdowns(java.util.List<AllocationBreakdown> breakdownss)
-
addBreakdownsBuilder
public AllocationInstructions.AllocationInstructionsBuilder addBreakdownsBuilder(AllocationBreakdown.AllocationBreakdownBuilder breakdowns)
-
clearBreakdowns
public AllocationInstructions.AllocationInstructionsBuilder clearBreakdowns()
-
build
public AllocationInstructions build()
- Specified by:
build
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
public AllocationInstructions.AllocationInstructionsBuilder 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
-
-