|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.openexchange.admin.soap.dataobjects.Resource
public class Resource
This dataobject stores all the data which is related to a resource
Constructor Summary | |
---|---|
Resource()
Instantiates a new Resource object |
|
Resource(java.lang.Integer id)
Instantiates a new Resource object with the given id |
|
Resource(com.openexchange.admin.rmi.dataobjects.Resource res)
|
Method Summary | |
---|---|
java.lang.Boolean |
getAvailable()
This attribute is not used |
java.lang.String |
getDescription()
Returns the description of this resource |
java.lang.String |
getDisplayname()
Returns the displayname of this resource |
java.lang.String |
getEmail()
Returns the E-Mail of this resource |
java.lang.Integer |
getId()
|
java.lang.String |
getName()
|
void |
setAvailable(java.lang.Boolean available)
This attribute is not used |
void |
setDescription(java.lang.String description)
Sets the description for this resource |
void |
setDisplayname(java.lang.String displayname)
Sets the displayname for this resource |
void |
setEmail(java.lang.String email)
Sets the email address for this resource |
void |
setId(java.lang.Integer id)
|
void |
setName(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Resource()
Resource
object
public Resource(java.lang.Integer id)
Resource
object with the given id
id
- An Integer
object containing the idpublic Resource(com.openexchange.admin.rmi.dataobjects.Resource res)
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDisplayname()
String
containing the displaynamepublic void setDisplayname(java.lang.String displayname)
displayname
- A String
containing the displaynamepublic java.lang.String getEmail()
String
object containing the E-Mail addresspublic void setEmail(java.lang.String email)
email
- A String
object containing the E-Mail addresspublic java.lang.Boolean getAvailable()
public void setAvailable(java.lang.Boolean available)
public java.lang.String getDescription()
String
object containing the descriptionpublic void setDescription(java.lang.String description)
description
- A String
object containing the description
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |