public class WSModification
extends java.lang.Object
Constructor and Description |
---|
WSModification() |
Modifier and Type | Method and Description |
---|---|
WSLink |
getLink()
can be set for specific names in addition or instead of the value, for
example to change the driver of a trip you would only set the WSLink to
point to the wanted driver
|
java.lang.String |
getName()
the name of the modification, usually a property name of the WS object to
be modified
is unique for each WS object
|
java.lang.Long |
getParameter()
additional parameter for the modification, is name-specific
most of the time is not required
|
java.lang.String |
getValue()
the value to set, may be converted to the required internal type on the
server (long, boolean,...)
|
void |
setLink(WSLink link) |
void |
setName(java.lang.String name) |
void |
setParameter(java.lang.Long parameter) |
void |
setValue(java.lang.String value) |
java.lang.String |
toString() |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public WSLink getLink()
public void setLink(WSLink link)
public java.lang.Long getParameter()
public void setParameter(java.lang.Long parameter)
public java.lang.String toString()
toString
in class java.lang.Object