Class ChecklistAction

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ChecklistAction

public class ChecklistAction extends Object
Represents a Checklist Action resource.
  • Constructor Details

    • ChecklistAction

      public ChecklistAction()
  • Method Details

    • id

      public ChecklistAction id(String id)
    • getId

      public String getId()
      Unique identifier of the Checklist Action.
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ChecklistAction href(String href)
    • getHref

      public String getHref()
      Reference of the Checklist Action.
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public ChecklistAction name(String name)
    • getName

      public String getName()
      Name of the Checklist Action.
      Returns:
      name
    • setName

      public void setName(String name)
    • description

      public ChecklistAction description(String description)
    • getDescription

      public String getDescription()
      Description of the Checklist Action.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • actionType

      public ChecklistAction actionType(String actionType)
    • getActionType

      public String getActionType()
      Action type
      Returns:
      actionType
    • setActionType

      public void setActionType(String actionType)
    • productSpecCharacteristic

      public ChecklistAction productSpecCharacteristic(ProductSpecCharacteristicRef productSpecCharacteristic)
    • getProductSpecCharacteristic

      @Valid public @Valid ProductSpecCharacteristicRef getProductSpecCharacteristic()
      Get productSpecCharacteristic
      Returns:
      productSpecCharacteristic
    • setProductSpecCharacteristic

      public void setProductSpecCharacteristic(ProductSpecCharacteristicRef productSpecCharacteristic)
    • processType

      public ChecklistAction processType(List<ProcessType> processType)
    • addProcessTypeItem

      public ChecklistAction addProcessTypeItem(ProcessType processTypeItem)
    • getProcessType

      @Valid public @Valid List<ProcessType> getProcessType()
      Represents the purchasing flows for which the checklist action is applicable.
      Returns:
      processType
    • setProcessType

      public void setProcessType(List<ProcessType> processType)
    • productOffering

      public ChecklistAction productOffering(List<ProductOfferingRef> productOffering)
    • addProductOfferingItem

      public ChecklistAction addProductOfferingItem(ProductOfferingRef productOfferingItem)
    • getProductOffering

      @Valid public @Valid List<ProductOfferingRef> getProductOffering()
      List of references to product offering fow which the checkout action is applicable.
      Returns:
      productOffering
    • setProductOffering

      public void setProductOffering(List<ProductOfferingRef> productOffering)
    • atType

      public ChecklistAction atType(String atType)
    • getAtType

      public String getAtType()
      Class type of the Checklist Action.
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • atSchemaLocation

      public ChecklistAction atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      A link to the schema describing this Checklist Action entity.
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object