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

public class TimeFieldImpl extends Object implements TimeField, io.vrap.rmf.base.client.ModelBase

A field with a time 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.TimeField

    TIME
  • 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.TimeField

    withTimeField
  • Constructor Details

    • TimeFieldImpl

      public TimeFieldImpl()
      create empty instance
  • Method Details