|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.planner.schema.Predecessor
public class Predecessor
| Field Summary | |
|---|---|
protected String |
id
|
protected String |
lag
|
protected String |
predecessorId
|
protected String |
type
|
| Constructor Summary | |
|---|---|
Predecessor()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String predecessorId
protected String type
protected String lag
| Constructor Detail |
|---|
public Predecessor()
| Method Detail |
|---|
public String getId()
Stringpublic 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
Stringpublic String getLag()
Stringpublic void setLag(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||