Package org.isda.cdm
Class AllocationBreakdown
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.AllocationBreakdown
-
@RosettaClass public class AllocationBreakdown extends com.rosetta.model.lib.RosettaModelObject
- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AllocationBreakdown.AllocationBreakdownBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AllocationBreakdown.AllocationBreakdownBuilder
builder()
boolean
equals(java.lang.Object o)
ReferenceWithMetaParty
getPartyReference()
Reference to the party to specify the account.Quantity
getQuantity()
The quantity to be allocated to the party.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AllocationBreakdown>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
AllocationBreakdown.AllocationBreakdownBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getPartyReference
public final ReferenceWithMetaParty getPartyReference()
Reference to the party to specify the account.
-
getQuantity
public final Quantity getQuantity()
The quantity to be allocated to the party.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends AllocationBreakdown> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public AllocationBreakdown.AllocationBreakdownBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static AllocationBreakdown.AllocationBreakdownBuilder builder()
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObject
-
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
-
-