com.openexchange.admin.soap.dataobjects
Class Resource

java.lang.Object
  extended by com.openexchange.admin.soap.dataobjects.Resource

public class Resource
extends java.lang.Object

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

Resource

public Resource()
Instantiates a new Resource object


Resource

public Resource(java.lang.Integer id)
Instantiates a new Resource object with the given id

Parameters:
id - An Integer object containing the id

Resource

public Resource(com.openexchange.admin.rmi.dataobjects.Resource res)
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDisplayname

public java.lang.String getDisplayname()
Returns the displayname of this resource

Returns:
A String containing the displayname

setDisplayname

public void setDisplayname(java.lang.String displayname)
Sets the displayname for this resource

Parameters:
displayname - A String containing the displayname

getEmail

public java.lang.String getEmail()
Returns the E-Mail of this resource

Returns:
A String object containing the E-Mail address

setEmail

public void setEmail(java.lang.String email)
Sets the email address for this resource

Parameters:
email - A String object containing the E-Mail address

getAvailable

public java.lang.Boolean getAvailable()
This attribute is not used


setAvailable

public void setAvailable(java.lang.Boolean available)
This attribute is not used


getDescription

public java.lang.String getDescription()
Returns the description of this resource

Returns:
A String object containing the description

setDescription

public void setDescription(java.lang.String description)
Sets the description for this resource

Parameters:
description - A String object containing the description