|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.FilesCategory
Using categories one can organize files and structure intelligent search criteria - this class represents a category of a library item and encapsulates the attributes of the category, its name, description etc.
Method Summary | |
FilesAttribute[] |
getAttributes() Each category has attributes that help in intelligent searching - this method gets the attributes associated with this category. |
long |
getClassId() Gets the system generated unique classId for this FilesCategory. |
java.lang.String |
getDescription() Gets the description of the Category. |
java.lang.String |
getDisplayName() Gets the displayName value for this FilesCategory. |
long |
getInstanceId() Gets the instanceId value for this FilesCategory. |
java.lang.String |
getName() Gets the name value for this FilesCategory. |
void |
setAttributes(FilesAttribute[] attributes) Sets the attributes value for this FilesCategory. |
void |
setClassId(long classId) Sets the classId value for this FilesCategory. |
void |
setDisplayName(java.lang.String displayName) Sets the displayName value for this FilesCategory. |
void |
setInstanceId(long instanceId) Sets the instanceId value for this FilesCategory. |
void |
setName(java.lang.String name) Sets the name value for this FilesCategory. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public FilesAttribute[] getAttributes()
public void setAttributes(FilesAttribute[] attributes)
attributes
-public long getClassId()
public void setClassId(long classId)
classId
-public java.lang.String getDescription()
public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName
-public long getInstanceId()
public void setInstanceId(long instanceId)
instanceId
-public java.lang.String getName()
public void setName(java.lang.String name)
name
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |