Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-01


oracle.xdo.service.v2
Class CatalogObjectInfo

java.lang.Object
  extended by oracle.xdo.service.v2.CatalogObjectInfo

All Implemented Interfaces:
java.io.Serializable

public class CatalogObjectInfo
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
CatalogObjectInfo()
           
CatalogObjectInfo(java.lang.String accessPermissions, java.lang.String availableLocales, java.lang.String description, java.lang.String objectAbsolutePath, java.lang.String objectName)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccessPermissions()
          Gets the accessPermissions value for this CatalogObjectInfo.
 java.lang.String getAvailableLocales()
          Gets the availableLocales value for this CatalogObjectInfo.
 java.lang.String getDescription()
          Gets the description value for this CatalogObjectInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getObjectAbsolutePath()
          Gets the objectAbsolutePath value for this CatalogObjectInfo.
 java.lang.String getObjectName()
          Gets the objectName value for this CatalogObjectInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAccessPermissions(java.lang.String accessPermissions)
          Sets the accessPermissions value for this CatalogObjectInfo.
 void setAvailableLocales(java.lang.String availableLocales)
          Sets the availableLocales value for this CatalogObjectInfo.
 void setDescription(java.lang.String description)
          Sets the description value for this CatalogObjectInfo.
 void setObjectAbsolutePath(java.lang.String objectAbsolutePath)
          Sets the objectAbsolutePath value for this CatalogObjectInfo.
 void setObjectName(java.lang.String objectName)
          Sets the objectName value for this CatalogObjectInfo.

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CatalogObjectInfo

public CatalogObjectInfo()

CatalogObjectInfo

public CatalogObjectInfo(java.lang.String accessPermissions,
                         java.lang.String availableLocales,
                         java.lang.String description,
                         java.lang.String objectAbsolutePath,
                         java.lang.String objectName)

Method Detail

getAccessPermissions

public java.lang.String getAccessPermissions()
Gets the accessPermissions value for this CatalogObjectInfo.
Returns:
accessPermissions

setAccessPermissions

public void setAccessPermissions(java.lang.String accessPermissions)
Sets the accessPermissions value for this CatalogObjectInfo.
Parameters:
accessPermissions -

getAvailableLocales

public java.lang.String getAvailableLocales()
Gets the availableLocales value for this CatalogObjectInfo.
Returns:
availableLocales

setAvailableLocales

public void setAvailableLocales(java.lang.String availableLocales)
Sets the availableLocales value for this CatalogObjectInfo.
Parameters:
availableLocales -

getDescription

public java.lang.String getDescription()
Gets the description value for this CatalogObjectInfo.
Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this CatalogObjectInfo.
Parameters:
description -

getObjectAbsolutePath

public java.lang.String getObjectAbsolutePath()
Gets the objectAbsolutePath value for this CatalogObjectInfo.
Returns:
objectAbsolutePath

setObjectAbsolutePath

public void setObjectAbsolutePath(java.lang.String objectAbsolutePath)
Sets the objectAbsolutePath value for this CatalogObjectInfo.
Parameters:
objectAbsolutePath -

getObjectName

public java.lang.String getObjectName()
Gets the objectName value for this CatalogObjectInfo.
Returns:
objectName

setObjectName

public void setObjectName(java.lang.String objectName)
Sets the objectName value for this CatalogObjectInfo.
Parameters:
objectName -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

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

getDeserializer

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-01


Copyright © 2010, Oracle. All rights reserved.