Package cdm.base.staticdata.party
Class PersonIdentifier.PersonIdentifierImpl
java.lang.Object
cdm.base.staticdata.party.PersonIdentifier.PersonIdentifierImpl
- All Implemented Interfaces:
PersonIdentifier,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
PersonIdentifier
public static class PersonIdentifier.PersonIdentifierImpl
extends Object
implements PersonIdentifier
Immutable Implementation of PersonIdentifier
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilderNested classes/interfaces inherited from interface cdm.base.staticdata.party.PersonIdentifier
PersonIdentifier.PersonIdentifierBuilder, PersonIdentifier.PersonIdentifierBuilderImpl, PersonIdentifier.PersonIdentifierImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.party.PersonIdentifier
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe ISO 3166 standard code for the country issuing the identifier.Provides an identifier associated with a person.Defines the source of the identifier.com.rosetta.model.metafields.MetaFieldsgetMeta()inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.party.PersonIdentifier
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
PersonIdentifierImpl
-
-
Method Details
-
getIdentifier
@RosettaAttribute(value="identifier", isRequired=true) @RuneAttribute(value="identifier", isRequired=true) public FieldWithMetaString getIdentifier()Description copied from interface:PersonIdentifierProvides an identifier associated with a person. The identifier is unique within the public source specified in the source attribute.- Specified by:
getIdentifierin interfacePersonIdentifier
-
getIdentifierType
@RosettaAttribute("identifierType") @RuneAttribute("identifierType") public PersonIdentifierTypeEnum getIdentifierType()Description copied from interface:PersonIdentifierDefines the source of the identifier.- Specified by:
getIdentifierTypein interfacePersonIdentifier
-
getCountry
Description copied from interface:PersonIdentifierThe ISO 3166 standard code for the country issuing the identifier.- Specified by:
getCountryin interfacePersonIdentifier
-
getMeta
@RosettaAttribute("meta") @RuneAttribute("meta") @RuneMetaType public com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey- Specified by:
getMetain interfacePersonIdentifier
-
build
Description copied from interface:PersonIdentifierBuild Methods- Specified by:
buildin interfacePersonIdentifier- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacePersonIdentifier- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-