net.sf.mpxj.planner.schema
Class Resource

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

public class Resource
extends Object


Field Summary
protected  String calendar
           
protected  String email
           
protected  String group
           
protected  String id
           
protected  String name
           
protected  String note
           
protected  String ovtRate
           
protected  Properties properties
           
protected  String shortName
           
protected  String stdRate
           
protected  String type
           
protected  String units
           
 
Constructor Summary
Resource()
           
 
Method Summary
 String getCalendar()
          Gets the value of the calendar property.
 String getEmail()
          Gets the value of the email property.
 String getGroup()
          Gets the value of the group property.
 String getId()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 String getNote()
          Gets the value of the note property.
 String getOvtRate()
          Gets the value of the ovtRate property.
 Properties getProperties()
          Gets the value of the properties property.
 String getShortName()
          Gets the value of the shortName property.
 String getStdRate()
          Gets the value of the stdRate property.
 String getType()
          Gets the value of the type property.
 String getUnits()
          Gets the value of the units property.
 void setCalendar(String value)
          Sets the value of the calendar property.
 void setEmail(String value)
          Sets the value of the email property.
 void setGroup(String value)
          Sets the value of the group property.
 void setId(String value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 void setNote(String value)
          Sets the value of the note property.
 void setOvtRate(String value)
          Sets the value of the ovtRate property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setShortName(String value)
          Sets the value of the shortName property.
 void setStdRate(String value)
          Sets the value of the stdRate property.
 void setType(String value)
          Sets the value of the type property.
 void setUnits(String value)
          Sets the value of the units 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

name

protected String name

shortName

protected String shortName

email

protected String email

type

protected String type

group

protected String group

units

protected String units

note

protected String note

stdRate

protected String stdRate

ovtRate

protected String ovtRate

calendar

protected String calendar

properties

protected Properties properties
Constructor Detail

Resource

public Resource()
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

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getShortName

public String getShortName()
Gets the value of the shortName property.

Returns:
possible object is String

setShortName

public void setShortName(String value)
Sets the value of the shortName property.

Parameters:
value - allowed object is String

getEmail

public String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(String value)
Sets the value of the email 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

getGroup

public String getGroup()
Gets the value of the group property.

Returns:
possible object is String

setGroup

public void setGroup(String value)
Sets the value of the group property.

Parameters:
value - allowed object is String

getUnits

public String getUnits()
Gets the value of the units property.

Returns:
possible object is String

setUnits

public void setUnits(String value)
Sets the value of the units property.

Parameters:
value - allowed object is String

getNote

public String getNote()
Gets the value of the note property.

Returns:
possible object is String

setNote

public void setNote(String value)
Sets the value of the note property.

Parameters:
value - allowed object is String

getStdRate

public String getStdRate()
Gets the value of the stdRate property.

Returns:
possible object is String

setStdRate

public void setStdRate(String value)
Sets the value of the stdRate property.

Parameters:
value - allowed object is String

getOvtRate

public String getOvtRate()
Gets the value of the ovtRate property.

Returns:
possible object is String

setOvtRate

public void setOvtRate(String value)
Sets the value of the ovtRate property.

Parameters:
value - allowed object is String

getCalendar

public String getCalendar()
Gets the value of the calendar property.

Returns:
possible object is String

setCalendar

public void setCalendar(String value)
Sets the value of the calendar property.

Parameters:
value - allowed object is String

getProperties

public Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties


Copyright © 2012. All Rights Reserved.