public class StateChange extends Object
Java class for stateChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stateChange">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="old" use="required" type="{http://comet.werk-ii.com/base}varchar255" />
<attribute name="new" use="required" type="{http://comet.werk-ii.com/base}varchar255" />
<attribute name="user" use="required" type="{http://comet.werk-ii.com/base}varchar255" />
<attribute name="role" use="required" type="{http://comet.werk-ii.com/base}varchar255" />
<attribute name="on" use="required" type="{http://comet.werk-ii.com/base}internalDateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_new |
protected String |
old |
protected String |
on |
protected String |
role |
protected String |
user |
| Constructor and Description |
|---|
StateChange() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNew()
Gets the value of the new property.
|
String |
getOld()
Gets the value of the old property.
|
String |
getOn()
Gets the value of the on property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getUser()
Gets the value of the user property.
|
void |
setNew(String value)
Sets the value of the new property.
|
void |
setOld(String value)
Sets the value of the old property.
|
void |
setOn(String value)
Sets the value of the on property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setUser(String value)
Sets the value of the user property.
|
protected String old
protected String _new
protected String user
protected String role
protected String on
public String getOld()
Stringpublic void setOld(String value)
value - allowed object is
Stringpublic String getNew()
Stringpublic void setNew(String value)
value - allowed object is
Stringpublic String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
StringCopyright © 2017 SAP SE. All Rights Reserved.