Package org.isda.cdm
Class NotifyingParty.NotifyingPartyBuilder
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObjectBuilder
-
- org.isda.cdm.NotifyingParty.NotifyingPartyBuilder
-
- Enclosing class:
- NotifyingParty
public static class NotifyingParty.NotifyingPartyBuilder extends com.rosetta.model.lib.RosettaModelObjectBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected ReferenceWithMetaParty.ReferenceWithMetaPartyBuilder
buyerPartyReference
protected ReferenceWithMetaParty.ReferenceWithMetaPartyBuilder
sellerPartyReference
-
Constructor Summary
Constructors Constructor Description NotifyingPartyBuilder()
-
Method Summary
-
-
-
Field Detail
-
buyerPartyReference
protected ReferenceWithMetaParty.ReferenceWithMetaPartyBuilder buyerPartyReference
-
sellerPartyReference
protected ReferenceWithMetaParty.ReferenceWithMetaPartyBuilder sellerPartyReference
-
-
Method Detail
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends NotifyingParty> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
getBuyerPartyReference
public ReferenceWithMetaParty.ReferenceWithMetaPartyBuilder getBuyerPartyReference()
-
getOrCreateBuyerPartyReference
public ReferenceWithMetaParty.ReferenceWithMetaPartyBuilder getOrCreateBuyerPartyReference()
-
getSellerPartyReference
public ReferenceWithMetaParty.ReferenceWithMetaPartyBuilder getSellerPartyReference()
-
getOrCreateSellerPartyReference
public ReferenceWithMetaParty.ReferenceWithMetaPartyBuilder getOrCreateSellerPartyReference()
-
setBuyerPartyReference
public NotifyingParty.NotifyingPartyBuilder setBuyerPartyReference(ReferenceWithMetaParty buyerPartyReference)
-
setBuyerPartyReferenceBuilder
public NotifyingParty.NotifyingPartyBuilder setBuyerPartyReferenceBuilder(ReferenceWithMetaParty.ReferenceWithMetaPartyBuilder buyerPartyReference)
-
setBuyerPartyReferenceRef
public NotifyingParty.NotifyingPartyBuilder setBuyerPartyReferenceRef(Party.PartyBuilder buyerPartyReference)
-
setBuyerPartyReferenceRef
public NotifyingParty.NotifyingPartyBuilder setBuyerPartyReferenceRef(Party buyerPartyReference)
-
setSellerPartyReference
public NotifyingParty.NotifyingPartyBuilder setSellerPartyReference(ReferenceWithMetaParty sellerPartyReference)
-
setSellerPartyReferenceBuilder
public NotifyingParty.NotifyingPartyBuilder setSellerPartyReferenceBuilder(ReferenceWithMetaParty.ReferenceWithMetaPartyBuilder sellerPartyReference)
-
setSellerPartyReferenceRef
public NotifyingParty.NotifyingPartyBuilder setSellerPartyReferenceRef(Party.PartyBuilder sellerPartyReference)
-
setSellerPartyReferenceRef
public NotifyingParty.NotifyingPartyBuilder setSellerPartyReferenceRef(Party sellerPartyReference)
-
build
public NotifyingParty build()
- Specified by:
build
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
public NotifyingParty.NotifyingPartyBuilder 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
-
-