Package com.saperion.ws.wrapper.wf
Class SaWsBoxDefinition
java.lang.Object
com.saperion.ws.wrapper.wf.SaWsBoxDefinition
The Class SaWsBoxDefinition.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new sa ws box definition.SaWsBoxDefinition
(com.saperion.intf.wf.BoxDefinition boxDefinition) Instantiates a new sa ws box definition. -
Method Summary
-
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
Gets the name.- Returns:
- the name
-
setId
public void setId(int boxId) Sets the id.- Parameters:
boxId
- the new id
-
setName
Sets the name.- Parameters:
boxName
- the new name
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
newType
- the new type
-