Skip navigation links

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

E22256-01


oracle.xdo.service.v2
Class ItemData

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
ItemData()
           
ItemData(java.lang.String absolutePath, java.util.Calendar creationDate, java.lang.String displayName, java.lang.String fileName, java.util.Calendar lastModified, java.lang.String lastModifier, java.lang.String owner, java.lang.String parentAbsolutePath, java.lang.String type)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAbsolutePath()
          Gets the absolutePath value for this ItemData.
 java.util.Calendar getCreationDate()
          Gets the creationDate value for this ItemData.
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 getDisplayName()
          Gets the displayName value for this ItemData.
 java.lang.String getFileName()
          Gets the fileName value for this ItemData.
 java.util.Calendar getLastModified()
          Gets the lastModified value for this ItemData.
 java.lang.String getLastModifier()
          Gets the lastModifier value for this ItemData.
 java.lang.String getOwner()
          Gets the owner value for this ItemData.
 java.lang.String getParentAbsolutePath()
          Gets the parentAbsolutePath value for this ItemData.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getType()
          Gets the type value for this ItemData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAbsolutePath(java.lang.String absolutePath)
          Sets the absolutePath value for this ItemData.
 void setCreationDate(java.util.Calendar creationDate)
          Sets the creationDate value for this ItemData.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this ItemData.
 void setFileName(java.lang.String fileName)
          Sets the fileName value for this ItemData.
 void setLastModified(java.util.Calendar lastModified)
          Sets the lastModified value for this ItemData.
 void setLastModifier(java.lang.String lastModifier)
          Sets the lastModifier value for this ItemData.
 void setOwner(java.lang.String owner)
          Sets the owner value for this ItemData.
 void setParentAbsolutePath(java.lang.String parentAbsolutePath)
          Sets the parentAbsolutePath value for this ItemData.
 void setType(java.lang.String type)
          Sets the type value for this ItemData.

 

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

 

Constructor Detail

ItemData

public ItemData()

ItemData

public ItemData(java.lang.String absolutePath,
                java.util.Calendar creationDate,
                java.lang.String displayName,
                java.lang.String fileName,
                java.util.Calendar lastModified,
                java.lang.String lastModifier,
                java.lang.String owner,
                java.lang.String parentAbsolutePath,
                java.lang.String type)

Method Detail

getAbsolutePath

public java.lang.String getAbsolutePath()
Gets the absolutePath value for this ItemData.
Returns:
absolutePath

setAbsolutePath

public void setAbsolutePath(java.lang.String absolutePath)
Sets the absolutePath value for this ItemData.
Parameters:
absolutePath -

getCreationDate

public java.util.Calendar getCreationDate()
Gets the creationDate value for this ItemData.
Returns:
creationDate

setCreationDate

public void setCreationDate(java.util.Calendar creationDate)
Sets the creationDate value for this ItemData.
Parameters:
creationDate -

getDisplayName

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

setDisplayName

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

getFileName

public java.lang.String getFileName()
Gets the fileName value for this ItemData.
Returns:
fileName

setFileName

public void setFileName(java.lang.String fileName)
Sets the fileName value for this ItemData.
Parameters:
fileName -

getLastModified

public java.util.Calendar getLastModified()
Gets the lastModified value for this ItemData.
Returns:
lastModified

setLastModified

public void setLastModified(java.util.Calendar lastModified)
Sets the lastModified value for this ItemData.
Parameters:
lastModified -

getLastModifier

public java.lang.String getLastModifier()
Gets the lastModifier value for this ItemData.
Returns:
lastModifier

setLastModifier

public void setLastModifier(java.lang.String lastModifier)
Sets the lastModifier value for this ItemData.
Parameters:
lastModifier -

getOwner

public java.lang.String getOwner()
Gets the owner value for this ItemData.
Returns:
owner

setOwner

public void setOwner(java.lang.String owner)
Sets the owner value for this ItemData.
Parameters:
owner -

getParentAbsolutePath

public java.lang.String getParentAbsolutePath()
Gets the parentAbsolutePath value for this ItemData.
Returns:
parentAbsolutePath

setParentAbsolutePath

public void setParentAbsolutePath(java.lang.String parentAbsolutePath)
Sets the parentAbsolutePath value for this ItemData.
Parameters:
parentAbsolutePath -

getType

public java.lang.String getType()
Gets the type value for this ItemData.
Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this ItemData.
Parameters:
type -

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)

E22256-01


Copyright © 2010, 2011, Oracle. All rights reserved.