|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.AbstractItem | +--portlets.compoze.groupware.calendar.Resource
This class represents a resource.
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 |
public Resource()
public Resource(java.lang.String sID)
sID
- the id of the resourceMethod Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String sDescription)
sDescription
- public java.lang.String getFullName()
public void setFullName(java.lang.String sFullName)
sFullName
- public ResourceType getResourceType()
public void setResourceType(ResourceType resourceType)
resourceType
- the resource type
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |