Class ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilderImpl
java.lang.Object
cdm.base.staticdata.party.metafields.ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilderImpl
- All Implemented Interfaces:
ReferenceWithMetaAccount,ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder,com.rosetta.model.lib.meta.FieldWithMeta<Account>,com.rosetta.model.lib.meta.ReferenceWithMeta<Account>,com.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<Account>,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
ReferenceWithMetaAccount
public static class ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilderImpl
extends Object
implements ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder
Builder Implementation of ReferenceWithMetaAccount
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rosetta.model.lib.meta.FieldWithMeta
com.rosetta.model.lib.meta.FieldWithMeta.FieldWithMetaBuilder<T>Nested classes/interfaces inherited from interface com.rosetta.model.lib.meta.ReferenceWithMeta
com.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<I>Nested classes/interfaces inherited from interface cdm.base.staticdata.party.metafields.ReferenceWithMetaAccount
ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder, ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilderImpl, ReferenceWithMetaAccount.ReferenceWithMetaAccountImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected com.rosetta.model.lib.meta.Reference.ReferenceBuilderprotected Account.AccountBuilderFields inherited from interface cdm.base.staticdata.party.metafields.ReferenceWithMetaAccount
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbooleancom.rosetta.model.lib.meta.Reference.ReferenceBuildercom.rosetta.model.lib.meta.Reference.ReferenceBuildergetValue()Getter MethodsbooleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setExternalReference(String _externalReference) setGlobalReference(String _globalReference) setReference(com.rosetta.model.lib.meta.Reference _reference) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.party.metafields.ReferenceWithMetaAccount
getType, getValueType, metaData, processMethods inherited from interface cdm.base.staticdata.party.metafields.ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
value
-
globalReference
-
externalReference
-
reference
protected com.rosetta.model.lib.meta.Reference.ReferenceBuilder reference
-
-
Constructor Details
-
ReferenceWithMetaAccountBuilderImpl
public ReferenceWithMetaAccountBuilderImpl()
-
-
Method Details
-
getValue
@RosettaAttribute("value") @RuneAttribute("@data") @RuneMetaType public Account.AccountBuilder getValue()Description copied from interface:ReferenceWithMetaAccountGetter Methods- Specified by:
getValuein interfacecom.rosetta.model.lib.meta.FieldWithMeta<Account>- Specified by:
getValuein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<Account>- Specified by:
getValuein interfaceReferenceWithMetaAccount- Specified by:
getValuein interfaceReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder
-
getOrCreateValue
- Specified by:
getOrCreateValuein interfaceReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder
-
getGlobalReference
- Specified by:
getGlobalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<Account>- Specified by:
getGlobalReferencein interfaceReferenceWithMetaAccount
-
getExternalReference
@RosettaAttribute("externalReference") @RuneAttribute("@ref:external") public String getExternalReference()- Specified by:
getExternalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<Account>- Specified by:
getExternalReferencein interfaceReferenceWithMetaAccount
-
getReference
@RosettaAttribute("address") @RuneAttribute("@ref:scoped") @RuneMetaType public com.rosetta.model.lib.meta.Reference.ReferenceBuilder getReference()- Specified by:
getReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<Account>- Specified by:
getReferencein interfaceReferenceWithMetaAccount- Specified by:
getReferencein interfaceReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder
-
getOrCreateReference
public com.rosetta.model.lib.meta.Reference.ReferenceBuilder getOrCreateReference()- Specified by:
getOrCreateReferencein interfaceReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder
-
setValue
@RosettaAttribute("value") @RuneAttribute("@data") @RuneMetaType public ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder setValue(Account _value) - Specified by:
setValuein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<Account>- Specified by:
setValuein interfaceReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder
-
setGlobalReference
@RosettaAttribute("globalReference") @RuneAttribute("@ref") public ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder setGlobalReference(String _globalReference) - Specified by:
setGlobalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<Account>- Specified by:
setGlobalReferencein interfaceReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder
-
setExternalReference
@RosettaAttribute("externalReference") @RuneAttribute("@ref:external") public ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder setExternalReference(String _externalReference) - Specified by:
setExternalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<Account>- Specified by:
setExternalReferencein interfaceReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder
-
setReference
@RosettaAttribute("address") @RuneAttribute("@ref:scoped") @RuneMetaType public ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder setReference(com.rosetta.model.lib.meta.Reference _reference) - Specified by:
setReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<Account>- Specified by:
setReferencein interfaceReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder
-
build
Description copied from interface:ReferenceWithMetaAccountBuild Methods- Specified by:
buildin interfaceReferenceWithMetaAccount- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceReferenceWithMetaAccount- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-