Class MoneyFieldImpl

java.lang.Object
com.commercetools.importapi.models.customfields.MoneyFieldImpl
All Implemented Interfaces:
CustomField, MoneyField, io.vrap.rmf.base.client.ModelBase

public class MoneyFieldImpl extends Object implements MoneyField, io.vrap.rmf.base.client.ModelBase

A field with a money value.

  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase

    io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
  • Field Summary

    Fields inherited from interface com.commercetools.importapi.models.customfields.MoneyField

    MONEY
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    The type of this field.
     
    int
     
    void
    set value
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.commercetools.importapi.models.customfields.CustomField

    withCustomField

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString

    Methods inherited from interface com.commercetools.importapi.models.customfields.MoneyField

    withMoneyField
  • Constructor Details

    • MoneyFieldImpl

      public MoneyFieldImpl()
      create empty instance
  • Method Details