public class ChangePair extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
after |
protected String |
before |
protected String |
id |
| Constructor and Description |
|---|
ChangePair() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAfter()
Gets the value of the after property.
|
String |
getBefore()
Gets the value of the before property.
|
String |
getId()
Gets the value of the id property.
|
void |
setAfter(String value)
Sets the value of the after property.
|
void |
setBefore(String value)
Sets the value of the before property.
|
void |
setId(String value)
Sets the value of the id property.
|
public void setId(String value)
value - allowed object is
Stringpublic String getBefore()
Stringpublic void setBefore(String value)
value - allowed object is
Stringpublic String getAfter()
StringCopyright © 2017–2020 Eclipse Foundation. All rights reserved.