Package cdm.legaldocumentation.common
Class NoticeContactInformation.NoticeContactInformationImpl
java.lang.Object
cdm.base.staticdata.party.ContactInformation.ContactInformationImpl
cdm.legaldocumentation.common.NoticeContactInformation.NoticeContactInformationImpl
- All Implemented Interfaces:
ContactInformation,NoticeContactInformation,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
NoticeContactInformation
public static class NoticeContactInformation.NoticeContactInformationImpl
extends ContactInformation.ContactInformationImpl
implements NoticeContactInformation
Immutable Implementation of NoticeContactInformation
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.party.ContactInformation
ContactInformation.ContactInformationBuilder, ContactInformation.ContactInformationBuilderImpl, ContactInformation.ContactInformationImplNested classes/interfaces inherited from interface cdm.legaldocumentation.common.NoticeContactInformation
NoticeContactInformation.NoticeContactInformationBuilder, NoticeContactInformation.NoticeContactInformationBuilderImpl, NoticeContactInformation.NoticeContactInformationImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.party.ContactInformation
metaDataFields inherited from interface cdm.legaldocumentation.common.NoticeContactInformation
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanAdditional information on the recipient.List<? extends NaturalPerson> Optional information about people involved in a transaction or business process.inthashCode()protected voidtoString()Methods inherited from class cdm.base.staticdata.party.ContactInformation.ContactInformationImpl
getAddress, getEmail, getTelephone, getWebPage, setBuilderFieldsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.party.ContactInformation
getAddress, getEmail, getTelephone, getWebPageMethods inherited from interface cdm.legaldocumentation.common.NoticeContactInformation
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
NoticeContactInformationImpl
protected NoticeContactInformationImpl(NoticeContactInformation.NoticeContactInformationBuilder builder)
-
-
Method Details
-
getNaturalPerson
@RosettaAttribute("naturalPerson") @Accessor(GETTER) @Multi @RuneAttribute("naturalPerson") public List<? extends NaturalPerson> getNaturalPerson()Description copied from interface:NoticeContactInformationOptional information about people involved in a transaction or business process.- Specified by:
getNaturalPersonin interfaceNoticeContactInformation
-
getAdditionalInformation
@RosettaAttribute("additionalInformation") @Accessor(GETTER) @RuneAttribute("additionalInformation") public String getAdditionalInformation()Description copied from interface:NoticeContactInformationAdditional information on the recipient.- Specified by:
getAdditionalInformationin interfaceNoticeContactInformation
-
build
Description copied from interface:ContactInformationBuild Methods- Specified by:
buildin interfaceContactInformation- Specified by:
buildin interfaceNoticeContactInformation- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Overrides:
buildin classContactInformation.ContactInformationImpl
-
toBuilder
- Specified by:
toBuilderin interfaceContactInformation- Specified by:
toBuilderin interfaceNoticeContactInformation- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Overrides:
toBuilderin classContactInformation.ContactInformationImpl
-
setBuilderFields
-
equals
- Overrides:
equalsin classContactInformation.ContactInformationImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classContactInformation.ContactInformationImpl
-
toString
- Overrides:
toStringin classContactInformation.ContactInformationImpl
-