Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class FilesCategory

java.lang.Object
  extended byoracle.workspaces.ws.beans.FilesCategory


public class FilesCategory
extends java.lang.Object

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

getAttributes

public FilesAttribute[] getAttributes()
Each category has attributes that help in intelligent searching - this method gets the attributes associated with this category.
Returns:
attributes

setAttributes

public void setAttributes(FilesAttribute[] attributes)
Sets the attributes value for this FilesCategory.
Parameters:
attributes -

getClassId

public long getClassId()
Gets the system generated unique classId for this FilesCategory.
Returns:
classId

setClassId

public void setClassId(long classId)
Sets the classId value for this FilesCategory.
Parameters:
classId -

getDescription

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

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this FilesCategory.
Returns:
displayName

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this FilesCategory.
Parameters:
displayName -

getInstanceId

public long getInstanceId()
Gets the instanceId value for this FilesCategory.
Returns:
instanceId

setInstanceId

public void setInstanceId(long instanceId)
Sets the instanceId value for this FilesCategory.
Parameters:
instanceId -

getName

public java.lang.String getName()
Gets the name value for this FilesCategory.
Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this FilesCategory.
Parameters:
name -

Copyright © 2001, 2006, Oracle. All rights reserved.