public class Resource extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String id
protected String name
protected String shortName
protected String email
protected String type
protected String group
protected String units
protected String note
protected String stdRate
protected String ovtRate
protected String calendar
protected Properties properties
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getShortName()
Stringpublic void setShortName(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getGroup()
Stringpublic void setGroup(String value)
value - allowed object is
Stringpublic String getUnits()
Stringpublic void setUnits(String value)
value - allowed object is
Stringpublic String getNote()
Stringpublic void setNote(String value)
value - allowed object is
Stringpublic String getStdRate()
Stringpublic void setStdRate(String value)
value - allowed object is
Stringpublic String getOvtRate()
Stringpublic void setOvtRate(String value)
value - allowed object is
Stringpublic String getCalendar()
Stringpublic void setCalendar(String value)
value - allowed object is
Stringpublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
PropertiesCopyright © 2013. All Rights Reserved.