net.sf.mpxj.planner.schema
Class Interval

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

public class Interval
extends Object


Field Summary
protected  String end
           
protected  String start
           
 
Constructor Summary
Interval()
           
 
Method Summary
 String getEnd()
          Gets the value of the end property.
 String getStart()
          Gets the value of the start property.
 void setEnd(String value)
          Sets the value of the end property.
 void setStart(String value)
          Sets the value of the start property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

protected String start

end

protected String end
Constructor Detail

Interval

public Interval()
Method Detail

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.