Package org.isda.cdm
Class AdditionalFixedPayments.AdditionalFixedPaymentsBuilder
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObjectBuilder
-
- org.isda.cdm.AdditionalFixedPayments.AdditionalFixedPaymentsBuilder
-
- Enclosing class:
- AdditionalFixedPayments
public static class AdditionalFixedPayments.AdditionalFixedPaymentsBuilder extends com.rosetta.model.lib.RosettaModelObjectBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Boolean
interestShortfallReimbursement
protected java.lang.Boolean
principalShortfallReimbursement
protected java.lang.Boolean
writedownReimbursement
-
Constructor Summary
Constructors Constructor Description AdditionalFixedPaymentsBuilder()
-
Method Summary
-
-
-
Method Detail
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends AdditionalFixedPayments> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
getInterestShortfallReimbursement
public java.lang.Boolean getInterestShortfallReimbursement()
-
getPrincipalShortfallReimbursement
public java.lang.Boolean getPrincipalShortfallReimbursement()
-
getWritedownReimbursement
public java.lang.Boolean getWritedownReimbursement()
-
setInterestShortfallReimbursement
public AdditionalFixedPayments.AdditionalFixedPaymentsBuilder setInterestShortfallReimbursement(java.lang.Boolean interestShortfallReimbursement)
-
setPrincipalShortfallReimbursement
public AdditionalFixedPayments.AdditionalFixedPaymentsBuilder setPrincipalShortfallReimbursement(java.lang.Boolean principalShortfallReimbursement)
-
setWritedownReimbursement
public AdditionalFixedPayments.AdditionalFixedPaymentsBuilder setWritedownReimbursement(java.lang.Boolean writedownReimbursement)
-
build
public AdditionalFixedPayments build()
- Specified by:
build
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
public AdditionalFixedPayments.AdditionalFixedPaymentsBuilder 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
-
-