Package com.saperion.ws.wrapper.wf
Class SaWsBoxDefinition
- java.lang.Object
-
- com.saperion.ws.wrapper.wf.SaWsBoxDefinition
-
public class SaWsBoxDefinition extends java.lang.ObjectThe 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 intgetId()Gets the id.java.lang.StringgetName()Gets the name.SaWsBoxTypegetType()Gets the type.voidsetId(int boxId)Sets the id.voidsetName(java.lang.String boxName)Sets the name.voidsetType(SaWsBoxType newType)Sets the type.
-
-
-
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
-
-