Class MerchSynchronizationModel

All Implemented Interfaces:
Serializable

public class MerchSynchronizationModel extends ItemModel
Generated model class for type MerchSynchronization first defined at extension merchandisingservices.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String OPERATIONID
      Generated constant - Attribute key of MerchSynchronization.operationId attribute defined at extension merchandisingservices.
      See Also:
    • CONFIG

      public static final String CONFIG
      Generated constant - Attribute key of MerchSynchronization.config attribute defined at extension merchandisingservices.
      See Also:
    • TYPE

      public static final String TYPE
      Generated constant - Attribute key of MerchSynchronization.type attribute defined at extension merchandisingservices.
      See Also:
    • STATUS

      public static final String STATUS
      Generated constant - Attribute key of MerchSynchronization.status attribute defined at extension merchandisingservices.
      See Also:
    • STARTTIME

      public static final String STARTTIME
      Generated constant - Attribute key of MerchSynchronization.startTime attribute defined at extension merchandisingservices.
      See Also:
    • ENDTIME

      public static final String ENDTIME
      Generated constant - Attribute key of MerchSynchronization.endTime attribute defined at extension merchandisingservices.
      See Also:
    • NUMBEROFPRODUCTS

      public static final String NUMBEROFPRODUCTS
      Generated constant - Attribute key of MerchSynchronization.numberOfProducts attribute defined at extension merchandisingservices.
      See Also:
    • DETAILS

      public static final String DETAILS
      Generated constant - Attribute key of MerchSynchronization.details attribute defined at extension merchandisingservices.
      See Also:
  • Constructor Details

    • MerchSynchronizationModel

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

      public MerchSynchronizationModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • MerchSynchronizationModel

      @Deprecated(since="4.1.1", forRemoval=true) public MerchSynchronizationModel(String _operationId)
      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:
      _operationId - initial attribute declared by type MerchSynchronization at extension merchandisingservices
    • MerchSynchronizationModel

      @Deprecated(since="4.1.1", forRemoval=true) public MerchSynchronizationModel(String _operationId, 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:
      _operationId - initial attribute declared by type MerchSynchronization at extension merchandisingservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getConfig

      Generated method - Getter of the MerchSynchronization.config attribute defined at extension merchandisingservices.
      Returns:
      the config
    • getDetails

      @Accessor(qualifier="details", type=GETTER) public String getDetails()
      Generated method - Getter of the MerchSynchronization.details attribute defined at extension merchandisingservices.
      Returns:
      the details
    • getEndTime

      @Accessor(qualifier="endTime", type=GETTER) public Date getEndTime()
      Generated method - Getter of the MerchSynchronization.endTime attribute defined at extension merchandisingservices.
      Returns:
      the endTime
    • getNumberOfProducts

      @Accessor(qualifier="numberOfProducts", type=GETTER) public Long getNumberOfProducts()
      Generated method - Getter of the MerchSynchronization.numberOfProducts attribute defined at extension merchandisingservices.
      Returns:
      the numberOfProducts
    • getOperationId

      @Accessor(qualifier="operationId", type=GETTER) public String getOperationId()
      Generated method - Getter of the MerchSynchronization.operationId attribute defined at extension merchandisingservices.
      Returns:
      the operationId - Operation id
    • getStartTime

      @Accessor(qualifier="startTime", type=GETTER) public Date getStartTime()
      Generated method - Getter of the MerchSynchronization.startTime attribute defined at extension merchandisingservices.
      Returns:
      the startTime
    • getStatus

      @Accessor(qualifier="status", type=GETTER) public String getStatus()
      Generated method - Getter of the MerchSynchronization.status attribute defined at extension merchandisingservices.
      Returns:
      the status
    • getType

      @Accessor(qualifier="type", type=GETTER) public String getType()
      Generated method - Getter of the MerchSynchronization.type attribute defined at extension merchandisingservices.
      Returns:
      the type
    • setConfig

      @Accessor(qualifier="config", type=SETTER) public void setConfig(MerchProductDirectoryConfigModel value)
      Generated method - Setter of MerchSynchronization.config attribute defined at extension merchandisingservices.
      Parameters:
      value - the config
    • setDetails

      @Accessor(qualifier="details", type=SETTER) public void setDetails(String value)
      Generated method - Setter of MerchSynchronization.details attribute defined at extension merchandisingservices.
      Parameters:
      value - the details
    • setEndTime

      @Accessor(qualifier="endTime", type=SETTER) public void setEndTime(Date value)
      Generated method - Setter of MerchSynchronization.endTime attribute defined at extension merchandisingservices.
      Parameters:
      value - the endTime
    • setNumberOfProducts

      @Accessor(qualifier="numberOfProducts", type=SETTER) public void setNumberOfProducts(Long value)
      Generated method - Setter of MerchSynchronization.numberOfProducts attribute defined at extension merchandisingservices.
      Parameters:
      value - the numberOfProducts
    • setOperationId

      @Accessor(qualifier="operationId", type=SETTER) public void setOperationId(String value)
      Generated method - Initial setter of MerchSynchronization.operationId attribute defined at extension merchandisingservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the operationId - Operation id
    • setStartTime

      @Accessor(qualifier="startTime", type=SETTER) public void setStartTime(Date value)
      Generated method - Setter of MerchSynchronization.startTime attribute defined at extension merchandisingservices.
      Parameters:
      value - the startTime
    • setStatus

      @Accessor(qualifier="status", type=SETTER) public void setStatus(String value)
      Generated method - Setter of MerchSynchronization.status attribute defined at extension merchandisingservices.
      Parameters:
      value - the status
    • setType

      @Accessor(qualifier="type", type=SETTER) public void setType(String value)
      Generated method - Setter of MerchSynchronization.type attribute defined at extension merchandisingservices.
      Parameters:
      value - the type