Class IATAServiceModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.oneorderservices.model.IATAServiceModel
All Implemented Interfaces:
Serializable

public class IATAServiceModel extends ItemModel
Generated model class for type IATAService first defined at extension oneorderservices.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of IATAService.code attribute defined at extension oneorderservices.
    static final String
    Generated constant - Attribute key of IATAService.consignmentEntry attribute defined at extension oneorderservices.
    static final String
    Generated constant - Attribute key of IATAService.deliveryStatus attribute defined at extension oneorderservices.
    static final String
    Generated constant - Attribute key of IATAService.readyToAccount attribute defined at extension oneorderservices.
    static final String
    Generated constant - Attribute key of IATAService.sentToAccountingSystem attribute defined at extension oneorderservices.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    IATAServiceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.1 Please use the default constructor without parameters
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.1 Please use the default constructor without parameters
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the IATAService.code attribute defined at extension oneorderservices.
    Generated method - Getter of the IATAService.consignmentEntry attribute defined at extension oneorderservices.
    Generated method - Getter of the IATAService.deliveryStatus attribute defined at extension oneorderservices.
    Generated method - Getter of the IATAService.readyToAccount attribute defined at extension oneorderservices.
    Generated method - Getter of the IATAService.sentToAccountingSystem attribute defined at extension oneorderservices.
    void
    setCode(String value)
    Generated method - Setter of IATAService.code attribute defined at extension oneorderservices.
    void
    Generated method - Setter of IATAService.consignmentEntry attribute defined at extension oneorderservices.
    void
    Generated method - Setter of IATAService.deliveryStatus attribute defined at extension oneorderservices.
    void
    Generated method - Setter of IATAService.readyToAccount attribute defined at extension oneorderservices.
    void
    Generated method - Setter of IATAService.sentToAccountingSystem attribute defined at extension oneorderservices.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • CODE

      public static final String CODE
      Generated constant - Attribute key of IATAService.code attribute defined at extension oneorderservices.
      See Also:
    • DELIVERYSTATUS

      public static final String DELIVERYSTATUS
      Generated constant - Attribute key of IATAService.deliveryStatus attribute defined at extension oneorderservices.
      See Also:
    • READYTOACCOUNT

      public static final String READYTOACCOUNT
      Generated constant - Attribute key of IATAService.readyToAccount attribute defined at extension oneorderservices.
      See Also:
    • SENTTOACCOUNTINGSYSTEM

      public static final String SENTTOACCOUNTINGSYSTEM
      Generated constant - Attribute key of IATAService.sentToAccountingSystem attribute defined at extension oneorderservices.
      See Also:
    • CONSIGNMENTENTRY

      public static final String CONSIGNMENTENTRY
      Generated constant - Attribute key of IATAService.consignmentEntry attribute defined at extension oneorderservices.
      See Also:
  • Constructor Details

    • IATAServiceModel

      public IATAServiceModel()
      Generated constructor - Default constructor for generic creation.
    • IATAServiceModel

      public IATAServiceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • IATAServiceModel

      @Deprecated(since="4.1.1", forRemoval=true) public IATAServiceModel(String _code)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type IATAService at extension oneorderservices
    • IATAServiceModel

      @Deprecated(since="4.1.1", forRemoval=true) public IATAServiceModel(String _code, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type IATAService at extension oneorderservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Generated method - Getter of the IATAService.code attribute defined at extension oneorderservices.
      Returns:
      the code
    • getConsignmentEntry

      @Accessor(qualifier="consignmentEntry", type=GETTER) public ConsignmentEntryModel getConsignmentEntry()
      Generated method - Getter of the IATAService.consignmentEntry attribute defined at extension oneorderservices.
      Returns:
      the consignmentEntry
    • getDeliveryStatus

      @Accessor(qualifier="deliveryStatus", type=GETTER) public IATAServiceDeliveryStatus getDeliveryStatus()
      Generated method - Getter of the IATAService.deliveryStatus attribute defined at extension oneorderservices.
      Returns:
      the deliveryStatus
    • getReadyToAccount

      @Accessor(qualifier="readyToAccount", type=GETTER) public Boolean getReadyToAccount()
      Generated method - Getter of the IATAService.readyToAccount attribute defined at extension oneorderservices.
      Returns:
      the readyToAccount
    • getSentToAccountingSystem

      @Accessor(qualifier="sentToAccountingSystem", type=GETTER) public Boolean getSentToAccountingSystem()
      Generated method - Getter of the IATAService.sentToAccountingSystem attribute defined at extension oneorderservices.
      Returns:
      the sentToAccountingSystem
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Setter of IATAService.code attribute defined at extension oneorderservices.
      Parameters:
      value - the code
    • setConsignmentEntry

      @Accessor(qualifier="consignmentEntry", type=SETTER) public void setConsignmentEntry(ConsignmentEntryModel value)
      Generated method - Setter of IATAService.consignmentEntry attribute defined at extension oneorderservices.
      Parameters:
      value - the consignmentEntry
    • setDeliveryStatus

      @Accessor(qualifier="deliveryStatus", type=SETTER) public void setDeliveryStatus(IATAServiceDeliveryStatus value)
      Generated method - Setter of IATAService.deliveryStatus attribute defined at extension oneorderservices.
      Parameters:
      value - the deliveryStatus
    • setReadyToAccount

      @Accessor(qualifier="readyToAccount", type=SETTER) public void setReadyToAccount(Boolean value)
      Generated method - Setter of IATAService.readyToAccount attribute defined at extension oneorderservices.
      Parameters:
      value - the readyToAccount
    • setSentToAccountingSystem

      @Accessor(qualifier="sentToAccountingSystem", type=SETTER) public void setSentToAccountingSystem(Boolean value)
      Generated method - Setter of IATAService.sentToAccountingSystem attribute defined at extension oneorderservices.
      Parameters:
      value - the sentToAccountingSystem