Package org.isda.cdm
Class NotDomesticCurrency.NotDomesticCurrencyBuilder
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObjectBuilder
-
- org.isda.cdm.NotDomesticCurrency.NotDomesticCurrencyBuilder
-
- Enclosing class:
- NotDomesticCurrency
public static class NotDomesticCurrency.NotDomesticCurrencyBuilder extends com.rosetta.model.lib.RosettaModelObjectBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Boolean
applicable
protected FieldWithMetaString.FieldWithMetaStringBuilder
currency
-
Constructor Summary
Constructors Constructor Description NotDomesticCurrencyBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotDomesticCurrency
build()
boolean
equals(java.lang.Object o)
java.lang.Boolean
getApplicable()
FieldWithMetaString.FieldWithMetaStringBuilder
getCurrency()
FieldWithMetaString.FieldWithMetaStringBuilder
getOrCreateCurrency()
boolean
hasData()
int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends NotDomesticCurrency>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor)
NotDomesticCurrency.NotDomesticCurrencyBuilder
prune()
NotDomesticCurrency.NotDomesticCurrencyBuilder
setApplicable(java.lang.Boolean applicable)
NotDomesticCurrency.NotDomesticCurrencyBuilder
setCurrency(FieldWithMetaString currency)
NotDomesticCurrency.NotDomesticCurrencyBuilder
setCurrencyRef(java.lang.String currency)
java.lang.String
toString()
-
-
-
Field Detail
-
applicable
protected java.lang.Boolean applicable
-
currency
protected FieldWithMetaString.FieldWithMetaStringBuilder currency
-
-
Method Detail
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends NotDomesticCurrency> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
getApplicable
public java.lang.Boolean getApplicable()
-
getCurrency
public FieldWithMetaString.FieldWithMetaStringBuilder getCurrency()
-
getOrCreateCurrency
public FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateCurrency()
-
setApplicable
public NotDomesticCurrency.NotDomesticCurrencyBuilder setApplicable(java.lang.Boolean applicable)
-
setCurrency
public NotDomesticCurrency.NotDomesticCurrencyBuilder setCurrency(FieldWithMetaString currency)
-
setCurrencyRef
public NotDomesticCurrency.NotDomesticCurrencyBuilder setCurrencyRef(java.lang.String currency)
-
build
public NotDomesticCurrency build()
- Specified by:
build
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
public NotDomesticCurrency.NotDomesticCurrencyBuilder 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
-
-