net.sf.mpxj.planner.schema
Class Constraint

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

public class Constraint
extends Object


Field Summary
protected  String time
           
protected  String type
           
 
Constructor Summary
Constraint()
           
 
Method Summary
 String getTime()
          Gets the value of the time property.
 String getType()
          Gets the value of the type property.
 void setTime(String value)
          Sets the value of the time 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

type

protected String type

time

protected String time
Constructor Detail

Constraint

public Constraint()
Method Detail

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

getTime

public String getTime()
Gets the value of the time property.

Returns:
possible object is String

setTime

public void setTime(String value)
Sets the value of the time property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.