public class Predecessor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
lag |
protected String |
predecessorId |
protected String |
type |
| Constructor and Description |
|---|
Predecessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getLag()
Gets the value of the lag property.
|
String |
getPredecessorId()
Gets the value of the predecessorId property.
|
String |
getType()
Gets the value of the type property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLag(String value)
Sets the value of the lag property.
|
void |
setPredecessorId(String value)
Sets the value of the predecessorId property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String id
protected String predecessorId
protected String type
protected String lag
public void setId(String value)
value - allowed object is
Stringpublic String getPredecessorId()
Stringpublic void setPredecessorId(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.