Class GeneratedMerchSynchronization

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
MerchSynchronization

public abstract class GeneratedMerchSynchronization extends GenericItem
Generated class for type MerchSynchronization.
See Also:
  • Field Details

    • OPERATIONID

      public static final String OPERATIONID
      Qualifier of the MerchSynchronization.operationId attribute
      See Also:
    • CONFIG

      public static final String CONFIG
      Qualifier of the MerchSynchronization.config attribute
      See Also:
    • MERCHSNCONFIG

      public static final String MERCHSNCONFIG
      Qualifier of the MerchSynchronization.merchSnConfig attribute
      See Also:
    • TYPE

      public static final String TYPE
      Qualifier of the MerchSynchronization.type attribute
      See Also:
    • STATUS

      public static final String STATUS
      Qualifier of the MerchSynchronization.status attribute
      See Also:
    • STARTTIME

      public static final String STARTTIME
      Qualifier of the MerchSynchronization.startTime attribute
      See Also:
    • ENDTIME

      public static final String ENDTIME
      Qualifier of the MerchSynchronization.endTime attribute
      See Also:
    • NUMBEROFPRODUCTS

      public static final String NUMBEROFPRODUCTS
      Qualifier of the MerchSynchronization.numberOfProducts attribute
      See Also:
    • DETAILS

      public static final String DETAILS
      Qualifier of the MerchSynchronization.details attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedMerchSynchronization

      public GeneratedMerchSynchronization()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getConfig

      Generated method - Getter of the MerchSynchronization.config attribute.
      Returns:
      the config
    • getConfig

      public MerchProductDirectoryConfig getConfig()
      Generated method - Getter of the MerchSynchronization.config attribute.
      Returns:
      the config
    • setConfig

      public void setConfig(SessionContext ctx, MerchProductDirectoryConfig value)
      Generated method - Setter of the MerchSynchronization.config attribute.
      Parameters:
      value - the config
    • setConfig

      public void setConfig(MerchProductDirectoryConfig value)
      Generated method - Setter of the MerchSynchronization.config attribute.
      Parameters:
      value - the config
    • getDetails

      public String getDetails(SessionContext ctx)
      Generated method - Getter of the MerchSynchronization.details attribute.
      Returns:
      the details
    • getDetails

      public String getDetails()
      Generated method - Getter of the MerchSynchronization.details attribute.
      Returns:
      the details
    • setDetails

      public void setDetails(SessionContext ctx, String value)
      Generated method - Setter of the MerchSynchronization.details attribute.
      Parameters:
      value - the details
    • setDetails

      public void setDetails(String value)
      Generated method - Setter of the MerchSynchronization.details attribute.
      Parameters:
      value - the details
    • getEndTime

      public Date getEndTime(SessionContext ctx)
      Generated method - Getter of the MerchSynchronization.endTime attribute.
      Returns:
      the endTime
    • getEndTime

      public Date getEndTime()
      Generated method - Getter of the MerchSynchronization.endTime attribute.
      Returns:
      the endTime
    • setEndTime

      public void setEndTime(SessionContext ctx, Date value)
      Generated method - Setter of the MerchSynchronization.endTime attribute.
      Parameters:
      value - the endTime
    • setEndTime

      public void setEndTime(Date value)
      Generated method - Setter of the MerchSynchronization.endTime attribute.
      Parameters:
      value - the endTime
    • getMerchSnConfig

      public MerchSnConfig getMerchSnConfig(SessionContext ctx)
      Generated method - Getter of the MerchSynchronization.merchSnConfig attribute.
      Returns:
      the merchSnConfig - Merchandising configuration
    • getMerchSnConfig

      public MerchSnConfig getMerchSnConfig()
      Generated method - Getter of the MerchSynchronization.merchSnConfig attribute.
      Returns:
      the merchSnConfig - Merchandising configuration
    • setMerchSnConfig

      public void setMerchSnConfig(SessionContext ctx, MerchSnConfig value)
      Generated method - Setter of the MerchSynchronization.merchSnConfig attribute.
      Parameters:
      value - the merchSnConfig - Merchandising configuration
    • setMerchSnConfig

      public void setMerchSnConfig(MerchSnConfig value)
      Generated method - Setter of the MerchSynchronization.merchSnConfig attribute.
      Parameters:
      value - the merchSnConfig - Merchandising configuration
    • getNumberOfProducts

      public Long getNumberOfProducts(SessionContext ctx)
      Generated method - Getter of the MerchSynchronization.numberOfProducts attribute.
      Returns:
      the numberOfProducts
    • getNumberOfProducts

      public Long getNumberOfProducts()
      Generated method - Getter of the MerchSynchronization.numberOfProducts attribute.
      Returns:
      the numberOfProducts
    • getNumberOfProductsAsPrimitive

      public long getNumberOfProductsAsPrimitive(SessionContext ctx)
      Generated method - Getter of the MerchSynchronization.numberOfProducts attribute.
      Returns:
      the numberOfProducts
    • getNumberOfProductsAsPrimitive

      public long getNumberOfProductsAsPrimitive()
      Generated method - Getter of the MerchSynchronization.numberOfProducts attribute.
      Returns:
      the numberOfProducts
    • setNumberOfProducts

      public void setNumberOfProducts(SessionContext ctx, Long value)
      Generated method - Setter of the MerchSynchronization.numberOfProducts attribute.
      Parameters:
      value - the numberOfProducts
    • setNumberOfProducts

      public void setNumberOfProducts(Long value)
      Generated method - Setter of the MerchSynchronization.numberOfProducts attribute.
      Parameters:
      value - the numberOfProducts
    • setNumberOfProducts

      public void setNumberOfProducts(SessionContext ctx, long value)
      Generated method - Setter of the MerchSynchronization.numberOfProducts attribute.
      Parameters:
      value - the numberOfProducts
    • setNumberOfProducts

      public void setNumberOfProducts(long value)
      Generated method - Setter of the MerchSynchronization.numberOfProducts attribute.
      Parameters:
      value - the numberOfProducts
    • getOperationId

      public String getOperationId(SessionContext ctx)
      Generated method - Getter of the MerchSynchronization.operationId attribute.
      Returns:
      the operationId - Operation id
    • getOperationId

      public String getOperationId()
      Generated method - Getter of the MerchSynchronization.operationId attribute.
      Returns:
      the operationId - Operation id
    • setOperationId

      protected void setOperationId(SessionContext ctx, String value)
      Generated method - Setter of the MerchSynchronization.operationId attribute.
      Parameters:
      value - the operationId - Operation id
    • setOperationId

      protected void setOperationId(String value)
      Generated method - Setter of the MerchSynchronization.operationId attribute.
      Parameters:
      value - the operationId - Operation id
    • getStartTime

      public Date getStartTime(SessionContext ctx)
      Generated method - Getter of the MerchSynchronization.startTime attribute.
      Returns:
      the startTime
    • getStartTime

      public Date getStartTime()
      Generated method - Getter of the MerchSynchronization.startTime attribute.
      Returns:
      the startTime
    • setStartTime

      public void setStartTime(SessionContext ctx, Date value)
      Generated method - Setter of the MerchSynchronization.startTime attribute.
      Parameters:
      value - the startTime
    • setStartTime

      public void setStartTime(Date value)
      Generated method - Setter of the MerchSynchronization.startTime attribute.
      Parameters:
      value - the startTime
    • getStatus

      public String getStatus(SessionContext ctx)
      Generated method - Getter of the MerchSynchronization.status attribute.
      Returns:
      the status
    • getStatus

      public String getStatus()
      Generated method - Getter of the MerchSynchronization.status attribute.
      Returns:
      the status
    • setStatus

      public void setStatus(SessionContext ctx, String value)
      Generated method - Setter of the MerchSynchronization.status attribute.
      Parameters:
      value - the status
    • setStatus

      public void setStatus(String value)
      Generated method - Setter of the MerchSynchronization.status attribute.
      Parameters:
      value - the status
    • getType

      public String getType(SessionContext ctx)
      Generated method - Getter of the MerchSynchronization.type attribute.
      Returns:
      the type
    • getType

      public String getType()
      Generated method - Getter of the MerchSynchronization.type attribute.
      Returns:
      the type
    • setType

      public void setType(SessionContext ctx, String value)
      Generated method - Setter of the MerchSynchronization.type attribute.
      Parameters:
      value - the type
    • setType

      public void setType(String value)
      Generated method - Setter of the MerchSynchronization.type attribute.
      Parameters:
      value - the type