Package cdm.base.staticdata.party
Class Counterparty.CounterpartyImpl
java.lang.Object
cdm.base.staticdata.party.Counterparty.CounterpartyImpl
- All Implemented Interfaces:
Counterparty,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
Counterparty
Immutable Implementation of Counterparty
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.party.Counterparty
Counterparty.CounterpartyBuilder, Counterparty.CounterpartyBuilderImpl, Counterparty.CounterpartyImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.party.Counterparty
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.party.Counterparty
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
CounterpartyImpl
-
-
Method Details
-
getRole
@RosettaAttribute(value="role", isRequired=true) @RuneAttribute(value="role", isRequired=true) public CounterpartyRoleEnum getRole()Description copied from interface:CounterpartySpecifies the CounterpartyEnum, e.g. either Party1 or Party2, that is associated to the partyReference.- Specified by:
getRolein interfaceCounterparty
-
getPartyReference
@RosettaAttribute(value="partyReference", isRequired=true) @RuneAttribute(value="partyReference", isRequired=true) public ReferenceWithMetaParty getPartyReference()Description copied from interface:CounterpartySpecifies the party that is associated to the counterparty.- Specified by:
getPartyReferencein interfaceCounterparty
-
build
Description copied from interface:CounterpartyBuild Methods- Specified by:
buildin interfaceCounterparty- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCounterparty- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-