net.sf.mpxj.planner.schema
Class Interval
java.lang.Object
net.sf.mpxj.planner.schema.Interval
public class Interval
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
start
protected String start
end
protected String end
Interval
public Interval()
getStart
public String getStart()
- Gets the value of the start property.
- Returns:
- possible object is
String
setStart
public void setStart(String value)
- Sets the value of the start property.
- Parameters:
value - allowed object is
String
getEnd
public String getEnd()
- Gets the value of the end property.
- Returns:
- possible object is
String
setEnd
public void setEnd(String value)
- Sets the value of the end property.
- Parameters:
value - allowed object is
String
Copyright © 2012. All Rights Reserved.