net.sf.mpxj.planner.schema
Class Predecessor

java.lang.Object
  extended by net.sf.mpxj.planner.schema.Predecessor

public class Predecessor
extends Object


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

id

protected String id

predecessorId

protected String predecessorId

type

protected String type

lag

protected String lag
Constructor Detail

Predecessor

public Predecessor()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getPredecessorId

public String getPredecessorId()
Gets the value of the predecessorId property.

Returns:
possible object is String

setPredecessorId

public void setPredecessorId(String value)
Sets the value of the predecessorId property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getLag

public String getLag()
Gets the value of the lag property.

Returns:
possible object is String

setLag

public void setLag(String value)
Sets the value of the lag property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.