Class SaWsBoxDefinition


  • public class SaWsBoxDefinition
    extends java.lang.Object
    The Class SaWsBoxDefinition.
    • Constructor Summary

      Constructors 
      Constructor Description
      SaWsBoxDefinition()
      Instantiates a new sa ws box definition.
      SaWsBoxDefinition​(com.saperion.intf.wf.BoxDefinition boxDefinition)
      Instantiates a new sa ws box definition.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()
      Gets the id.
      java.lang.String getName()
      Gets the name.
      SaWsBoxType getType()
      Gets the type.
      void setId​(int boxId)
      Sets the id.
      void setName​(java.lang.String boxName)
      Sets the name.
      void setType​(SaWsBoxType newType)
      Sets the type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • 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 Detail

      • getId

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

        public java.lang.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​(java.lang.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