|
Oracle® Collaboration Suite Workspaces API Reference 10g Release 1 (10.1.2) B25479-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.resource.CwResourceItemProperties
oracle.workspaces.resource.calendar.CwCalendarItemProperties
This class represents calendar resource item properties.
Field Summary |
Method Summary | |
java.lang.String |
getCalUid() Gets Calendar native UID. |
java.util.Date |
getCreatedTime() Returns the creation time |
java.lang.String |
getDataGuid() Gets calendar native data GUID. |
java.lang.String |
getDescription() Returns the description. |
java.util.Date |
getEndTime() Returns the ending time |
java.util.Date |
getLastModifiedTime() Returns the time of last modification |
java.lang.String |
getName() Returns the name. |
CwUser |
getOwner() Returns the owner of this resource item. |
java.lang.String |
getPriority() Gets the priority. |
CwUser |
getProposer() Gets the proposer of this calendar item. |
java.util.Date |
getStartTime() Returns the starting time |
java.lang.String |
getSummary() Gets summary. |
void |
setDescription(java.lang.String description) Sets the description. |
void |
setEndTime(java.util.Date end) Sets the ending time |
void |
setName(java.lang.String name) Sets the name. |
void |
setPriority(java.lang.String priority) Sets the priority. |
void |
setStartTime(java.util.Date start) Sets the starting time |
void |
setSummary(java.lang.String summary) Sets summary. |
Methods inherited from class oracle.workspaces.resource.CwResourceItemProperties |
getLastAccessTime, getLastModifiedBy, getUid |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getCalUid() throws CwException
CwException
public java.util.Date getCreatedTime() throws CwException
getCreatedTime
in interface CwEntityProperties
getCreatedTime
in class CwResourceItemProperties
CwException
public java.lang.String getDataGuid() throws CwException
CwException
public java.lang.String getDescription() throws CwException
getDescription
in class CwResourceItemProperties
CwException
public java.util.Date getEndTime() throws CwException
CwException
public java.util.Date getLastModifiedTime() throws CwException
getLastModifiedTime
in interface CwEntityProperties
getLastModifiedTime
in class CwResourceItemProperties
CwException
public java.lang.String getName() throws CwException
getName
in class CwResourceItemProperties
CwException
public CwUser getOwner() throws CwException
getOwner
in class CwResourceItemProperties
CwException
public java.lang.String getPriority() throws CwException
CwException
public CwUser getProposer() throws CwException
CwException
public java.util.Date getStartTime() throws CwException
CwException
public java.lang.String getSummary() throws CwException
CwException
public void setDescription(java.lang.String description) throws CwException
setDescription
in class CwResourceItemProperties
description
- description of the item.CwException
public void setEndTime(java.util.Date end) throws CwException
end
- ending timeCwException
public void setName(java.lang.String name) throws CwException
setName
in class CwResourceItemProperties
name
- the name of the resource itemCwException
public void setPriority(java.lang.String priority) throws CwException
priority
- Priority to be set.CwException
public void setStartTime(java.util.Date start) throws CwException
start
- the starting timeCwException
public void setSummary(java.lang.String summary) throws CwException
summary
- Summary to be set.CwException
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |