|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.planner.schema.Group
public class Group
| Field Summary | |
|---|---|
protected String |
adminEmail
|
protected String |
adminName
|
protected String |
adminPhone
|
protected String |
id
|
protected String |
name
|
| Constructor Summary | |
|---|---|
Group()
|
|
| Method Summary | |
|---|---|
String |
getAdminEmail()
Gets the value of the adminEmail property. |
String |
getAdminName()
Gets the value of the adminName property. |
String |
getAdminPhone()
Gets the value of the adminPhone property. |
String |
getId()
Gets the value of the id property. |
String |
getName()
Gets the value of the name property. |
void |
setAdminEmail(String value)
Sets the value of the adminEmail property. |
void |
setAdminName(String value)
Sets the value of the adminName property. |
void |
setAdminPhone(String value)
Sets the value of the adminPhone property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String name
protected String adminName
protected String adminEmail
protected String adminPhone
| Constructor Detail |
|---|
public Group()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAdminName()
Stringpublic void setAdminName(String value)
value - allowed object is
Stringpublic String getAdminEmail()
Stringpublic void setAdminEmail(String value)
value - allowed object is
Stringpublic String getAdminPhone()
Stringpublic void setAdminPhone(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||