com.businessobjects.dsws.bicatalog
Class Folder

java.lang.Object
  extended bycom.businessobjects.dsws.bicatalog.BICatalogObject
      extended bycom.businessobjects.dsws.bicatalog.Folder
All Implemented Interfaces:
java.io.Serializable

public class Folder
extends BICatalogObject
implements java.io.Serializable

The Folder class represents a folder on the Web Services provider. The Folder class inherits all public functions such as getName and getUID from the BICatalogObject class.

An array of folders available for a user is retrieved using the BICatalog.getFolderList function.

See Also:
BICatalog, BICatalogObject, Serialized Form

Constructor Summary
Folder()
          Instantiate a new blank Folder object.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Internal Use Only.
 int hashCode()
          Internal Use Only.
 boolean isAlias()
          Returns true if this Folder is an alias for another folder, otherwise returns false.
 void setAlias(boolean alias)
          Internal Use Only.
 
Methods inherited from class com.businessobjects.dsws.bicatalog.BICatalogObject
getAuthor, getChildren, getChildren, getCreationDate, getDescription, getKeywords, getName, getObjectProperties, getObjectProperties, getObjectType, getResourceRights, getResourceRights, getUID, getWSResourceList, getWSResourceList, setAuthor, setChildren, setChildren, setCreationDate, setDescription, setKeywords, setName, setObjectProperties, setObjectProperties, setObjectType, setResourceRights, setResourceRights, setUID, setWSResourceList, setWSResourceList
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Folder

public Folder()
Instantiate a new blank Folder object.

Method Detail

isAlias

public boolean isAlias()
Returns true if this Folder is an alias for another folder, otherwise returns false.

Returns:
true if this Folder is an alias for another Folder, otherwise returns false.

setAlias

public void setAlias(boolean alias)

Internal Use Only.


equals

public boolean equals(java.lang.Object obj)

Internal Use Only.

Overrides:
equals in class BICatalogObject

hashCode

public int hashCode()

Internal Use Only.

Overrides:
hashCode in class BICatalogObject

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()

Internal Use Only.


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)

Internal Use Only.


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)

Internal Use Only.