Compoze Software, Inc.

portlets.compoze.groupware.calendar
Class Resource


java.lang.Object

  |

  +--portlets.compoze.groupware.AbstractItem

        |

        +--portlets.compoze.groupware.calendar.Resource

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Room

public class Resource
extends AbstractItem
implements java.io.Serializable

This class represents a resource.

See Also:
Serialized Form

Constructor Summary
Resource()
          Constructor.
Resource(java.lang.String sID)
          Constructor.
 
Method Summary
 java.lang.String getDescription()
          Gets the description of the resource.
 java.lang.String getFullName()
          Gets the full name of the resource.
 ResourceType getResourceType()
          Gets the type of the resource.
 void setDescription(java.lang.String sDescription)
          Sets the description of the resource.
 void setFullName(java.lang.String sFullName)
          Sets the full name of the resource.
 void setResourceType(ResourceType resourceType)
          Sets the resource type.
 
Methods inherited from class portlets.compoze.groupware.AbstractItem
getAttachmentCount, getAttachmentInfoArray, getBodyHtml, getBodyText, getBodyTextAsHtml, getDateCreated, getID, getImportance, getIndex, getItemType, getSize, getSizeInKilobytes, getSubject, getSubject, hasAttachment, prettyTruncate, setAttachmentCount, setAttachmentInfoArray, setBodyHtml, setBodyText, setDateCreated, setHasAttachment, setID, setImportance, setIndex, setItemType, setSize, setSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resource


public Resource()
Constructor.

Resource


public Resource(java.lang.String sID)
Constructor.
Parameters:
sID - the id of the resource
Method Detail

getDescription


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

setDescription


public void setDescription(java.lang.String sDescription)
Sets the description of the resource.
Parameters:
sDescription -  

getFullName


public java.lang.String getFullName()
Gets the full name of the resource.
Returns:
the full name of the resource

setFullName


public void setFullName(java.lang.String sFullName)
Sets the full name of the resource.
Parameters:
sFullName -  

getResourceType


public ResourceType getResourceType()
Gets the type of the resource.
Returns:
the resource type

setResourceType


public void setResourceType(ResourceType resourceType)
Sets the resource type.
Parameters:
resourceType - the resource type

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.