Class SaWsBoxDefinition

java.lang.Object
com.saperion.ws.wrapper.wf.SaWsBoxDefinition

public class SaWsBoxDefinition extends Object
The Class SaWsBoxDefinition.
  • Constructor Details

    • SaWsBoxDefinition

      public SaWsBoxDefinition()
      Instantiates a new sa ws box definition.
    • SaWsBoxDefinition

      public SaWsBoxDefinition(com.saperion.intf.wf.BoxDefinition boxDefinition)
      Instantiates a new sa ws box definition.
      Parameters:
      boxDefinition - the box definition
  • Method Details

    • getId

      public int getId()
      Gets the id.
      Returns:
      the id
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setId

      public void setId(int boxId)
      Sets the id.
      Parameters:
      boxId - the new id
    • setName

      public void setName(String boxName)
      Sets the name.
      Parameters:
      boxName - the new name
    • getType

      public SaWsBoxType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(SaWsBoxType newType)
      Sets the type.
      Parameters:
      newType - the new type