net.sf.mpxj.planner.schema
Class Group

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

public class Group
extends Object


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

id

protected String id

name

protected String name

adminName

protected String adminName

adminEmail

protected String adminEmail

adminPhone

protected String adminPhone
Constructor Detail

Group

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

getAdminName

public String getAdminName()
Gets the value of the adminName property.

Returns:
possible object is String

setAdminName

public void setAdminName(String value)
Sets the value of the adminName property.

Parameters:
value - allowed object is String

getAdminEmail

public String getAdminEmail()
Gets the value of the adminEmail property.

Returns:
possible object is String

setAdminEmail

public void setAdminEmail(String value)
Sets the value of the adminEmail property.

Parameters:
value - allowed object is String

getAdminPhone

public String getAdminPhone()
Gets the value of the adminPhone property.

Returns:
possible object is String

setAdminPhone

public void setAdminPhone(String value)
Sets the value of the adminPhone property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.