Package cdm.product.template.metafields
Interface ReferenceWithMetaFixedPricePayout.ReferenceWithMetaFixedPricePayoutBuilder
- All Superinterfaces:
com.rosetta.model.lib.meta.FieldWithMeta<FixedPricePayout>,com.rosetta.model.lib.meta.ReferenceWithMeta<FixedPricePayout>,com.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<FixedPricePayout>,ReferenceWithMetaFixedPricePayout,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ReferenceWithMetaFixedPricePayout.ReferenceWithMetaFixedPricePayoutBuilderImpl
- Enclosing interface:
ReferenceWithMetaFixedPricePayout
public static interface ReferenceWithMetaFixedPricePayout.ReferenceWithMetaFixedPricePayoutBuilder
extends ReferenceWithMetaFixedPricePayout, com.rosetta.model.lib.RosettaModelObjectBuilder, com.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<FixedPricePayout>
Builder Interface
-
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.product.template.metafields.ReferenceWithMetaFixedPricePayout
ReferenceWithMetaFixedPricePayout.ReferenceWithMetaFixedPricePayoutBuilder, ReferenceWithMetaFixedPricePayout.ReferenceWithMetaFixedPricePayoutBuilderImpl, ReferenceWithMetaFixedPricePayout.ReferenceWithMetaFixedPricePayoutImpl -
Field Summary
Fields inherited from interface cdm.product.template.metafields.ReferenceWithMetaFixedPricePayout
metaData -
Method Summary
Modifier and TypeMethodDescriptioncom.rosetta.model.lib.meta.Reference.ReferenceBuildercom.rosetta.model.lib.meta.Reference.ReferenceBuildergetValue()Getter Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setExternalReference(String externalReference) setGlobalReference(String globalReference) setReference(com.rosetta.model.lib.meta.Reference reference) setValue(FixedPricePayout value) Methods inherited from interface cdm.product.template.metafields.ReferenceWithMetaFixedPricePayout
build, getExternalReference, getGlobalReference, getType, getValueType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateValue
FixedPricePayout.FixedPricePayoutBuilder getOrCreateValue() -
getValue
FixedPricePayout.FixedPricePayoutBuilder getValue()Description copied from interface:ReferenceWithMetaFixedPricePayoutGetter Methods- Specified by:
getValuein interfacecom.rosetta.model.lib.meta.FieldWithMeta<FixedPricePayout>- Specified by:
getValuein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<FixedPricePayout>- Specified by:
getValuein interfaceReferenceWithMetaFixedPricePayout
-
getOrCreateReference
com.rosetta.model.lib.meta.Reference.ReferenceBuilder getOrCreateReference() -
getReference
com.rosetta.model.lib.meta.Reference.ReferenceBuilder getReference()- Specified by:
getReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<FixedPricePayout>- Specified by:
getReferencein interfaceReferenceWithMetaFixedPricePayout
-
setValue
ReferenceWithMetaFixedPricePayout.ReferenceWithMetaFixedPricePayoutBuilder setValue(FixedPricePayout value) - Specified by:
setValuein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<FixedPricePayout>
-
setGlobalReference
ReferenceWithMetaFixedPricePayout.ReferenceWithMetaFixedPricePayoutBuilder setGlobalReference(String globalReference) - Specified by:
setGlobalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<FixedPricePayout>
-
setExternalReference
ReferenceWithMetaFixedPricePayout.ReferenceWithMetaFixedPricePayoutBuilder setExternalReference(String externalReference) - Specified by:
setExternalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<FixedPricePayout>
-
setReference
ReferenceWithMetaFixedPricePayout.ReferenceWithMetaFixedPricePayoutBuilder setReference(com.rosetta.model.lib.meta.Reference reference) - Specified by:
setReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<FixedPricePayout>
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-