Package org.cxml

Class Priority

java.lang.Object
org.cxml.Priority

public class Priority extends Object
  • Field Details

    • level

      protected String level
    • sequence

      protected String sequence
    • inventoryLevel

      protected String inventoryLevel
    • description

      protected Description description
  • Constructor Details

    • Priority

      public Priority()
  • Method Details

    • getLevel

      public String getLevel()
      Gets the value of the level property.
      Returns:
      possible object is String
    • setLevel

      public void setLevel(String value)
      Sets the value of the level property.
      Parameters:
      value - allowed object is String
    • getSequence

      public String getSequence()
      Gets the value of the sequence property.
      Returns:
      possible object is String
    • setSequence

      public void setSequence(String value)
      Sets the value of the sequence property.
      Parameters:
      value - allowed object is String
    • getInventoryLevel

      public String getInventoryLevel()
      Gets the value of the inventoryLevel property.
      Returns:
      possible object is String
    • setInventoryLevel

      public void setInventoryLevel(String value)
      Sets the value of the inventoryLevel property.
      Parameters:
      value - allowed object is String
    • getDescription

      public Description getDescription()
      Gets the value of the description property.
      Returns:
      possible object is Description
    • setDescription

      public void setDescription(Description value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is Description