Package org.isda.cdm
Class IdentifiedProduct.IdentifiedProductBuilder
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObjectBuilder
-
- org.isda.cdm.IdentifiedProduct.IdentifiedProductBuilder
-
- Direct Known Subclasses:
Bond.BondBuilder
,ConvertibleBond.ConvertibleBondBuilder
,Equity.EquityBuilder
,ExchangeTradedFund.ExchangeTradedFundBuilder
,Index.IndexBuilder
,Loan.LoanBuilder
,MutualFund.MutualFundBuilder
,Warrant.WarrantBuilder
- Enclosing class:
- IdentifiedProduct
public abstract static class IdentifiedProduct.IdentifiedProductBuilder extends com.rosetta.model.lib.RosettaModelObjectBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected ProductIdentifier.ProductIdentifierBuilder
productIdentifier
-
Constructor Summary
Constructors Constructor Description IdentifiedProductBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract IdentifiedProduct
build()
boolean
equals(java.lang.Object o)
ProductIdentifier.ProductIdentifierBuilder
getOrCreateProductIdentifier()
ProductIdentifier.ProductIdentifierBuilder
getProductIdentifier()
boolean
hasData()
int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends IdentifiedProduct>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor)
IdentifiedProduct.IdentifiedProductBuilder
prune()
IdentifiedProduct.IdentifiedProductBuilder
setProductIdentifier(ProductIdentifier productIdentifier)
IdentifiedProduct.IdentifiedProductBuilder
setProductIdentifierBuilder(ProductIdentifier.ProductIdentifierBuilder productIdentifier)
java.lang.String
toString()
-
-
-
Field Detail
-
productIdentifier
protected ProductIdentifier.ProductIdentifierBuilder productIdentifier
-
-
Method Detail
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends IdentifiedProduct> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
getProductIdentifier
public ProductIdentifier.ProductIdentifierBuilder getProductIdentifier()
-
getOrCreateProductIdentifier
public ProductIdentifier.ProductIdentifierBuilder getOrCreateProductIdentifier()
-
setProductIdentifier
public IdentifiedProduct.IdentifiedProductBuilder setProductIdentifier(ProductIdentifier productIdentifier)
-
setProductIdentifierBuilder
public IdentifiedProduct.IdentifiedProductBuilder setProductIdentifierBuilder(ProductIdentifier.ProductIdentifierBuilder productIdentifier)
-
build
public abstract IdentifiedProduct build()
- Specified by:
build
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
public IdentifiedProduct.IdentifiedProductBuilder 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
-
-