Package cdm.legaldocumentation.csa
Class ProcessAgentElection.ProcessAgentElectionImpl
java.lang.Object
cdm.legaldocumentation.common.ContactInformationElection.ContactInformationElectionImpl
cdm.legaldocumentation.csa.ProcessAgentElection.ProcessAgentElectionImpl
- All Implemented Interfaces:
ContactInformationElection,ProcessAgentElection,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
ProcessAgentElection
public static class ProcessAgentElection.ProcessAgentElectionImpl
extends ContactInformationElection.ContactInformationElectionImpl
implements ProcessAgentElection
Immutable Implementation of ProcessAgentElection
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.common.ContactInformationElection
ContactInformationElection.ContactInformationElectionBuilder, ContactInformationElection.ContactInformationElectionBuilderImpl, ContactInformationElection.ContactInformationElectionImplNested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ProcessAgentElection
ProcessAgentElection.ProcessAgentElectionBuilder, ProcessAgentElection.ProcessAgentElectionBuilderImpl, ProcessAgentElection.ProcessAgentElectionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.common.ContactInformationElection
metaDataFields inherited from interface cdm.legaldocumentation.csa.ProcessAgentElection
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class cdm.legaldocumentation.common.ContactInformationElection.ContactInformationElectionImpl
getPartyReference, getPrimaryContactInformation, setBuilderFieldsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.common.ContactInformationElection
getPartyReference, getPrimaryContactInformationMethods inherited from interface cdm.legaldocumentation.csa.ProcessAgentElection
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
ProcessAgentElectionImpl
-
-
Method Details
-
getIsApplicable
@RosettaAttribute("isApplicable") @Accessor(GETTER) @Required @RuneAttribute("isApplicable") public Boolean getIsApplicable()Description copied from interface:ProcessAgentElectionThe qualification of whether the Process Agent is applicable (True) or not applicable (False).- Specified by:
getIsApplicablein interfaceProcessAgentElection
-
getEntity
@RosettaAttribute("entity") @Accessor(GETTER) @RuneAttribute("entity") public LegalEntity getEntity()Description copied from interface:ProcessAgentElectionSpecification of the process agent entity.- Specified by:
getEntityin interfaceProcessAgentElection
-
getAdditionalInformation
@RosettaAttribute("additionalInformation") @Accessor(GETTER) @RuneAttribute("additionalInformation") public String getAdditionalInformation()Description copied from interface:ProcessAgentElectionAdditional information relating to the Process Agent.- Specified by:
getAdditionalInformationin interfaceProcessAgentElection
-
build
Description copied from interface:ContactInformationElectionBuild Methods- Specified by:
buildin interfaceContactInformationElection- Specified by:
buildin interfaceProcessAgentElection- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Overrides:
buildin classContactInformationElection.ContactInformationElectionImpl
-
toBuilder
- Specified by:
toBuilderin interfaceContactInformationElection- Specified by:
toBuilderin interfaceProcessAgentElection- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Overrides:
toBuilderin classContactInformationElection.ContactInformationElectionImpl
-
setBuilderFields
-
equals
- Overrides:
equalsin classContactInformationElection.ContactInformationElectionImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classContactInformationElection.ContactInformationElectionImpl
-
toString
- Overrides:
toStringin classContactInformationElection.ContactInformationElectionImpl
-