public class SaWsBoxDefinition extends Object
Constructor and Description |
---|
SaWsBoxDefinition()
Instantiates a new sa ws box definition.
|
SaWsBoxDefinition(com.saperion.intf.wf.BoxDefinition boxDefinition)
Instantiates a new sa ws box definition.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
SaWsBoxType |
getType()
Gets the type.
|
void |
setId(int boxId)
Sets the id.
|
void |
setName(String boxName)
Sets the name.
|
void |
setType(SaWsBoxType newType)
Sets the type.
|
public SaWsBoxDefinition()
public SaWsBoxDefinition(com.saperion.intf.wf.BoxDefinition boxDefinition)
boxDefinition
- the box definitionpublic int getId()
public String getName()
public void setId(int boxId)
boxId
- the new idpublic void setName(String boxName)
boxName
- the new namepublic SaWsBoxType getType()
public void setType(SaWsBoxType newType)
newType
- the new typeCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.