Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.5.0)

E16598-03


com.flashline.registry.openapi.entity
Class FileInfo

java.lang.Object
  extended by com.flashline.registry.openapi.entity.FileInfo

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
FileInfo()
           
FileInfo(long ID, java.lang.String URI, java.lang.String description, java.lang.String displayName, java.lang.String downloadURI, java.lang.String fileStorage, FileType fileType, java.lang.String fileTypeID, java.lang.String name, java.lang.String relativeUri, java.lang.String[] securitySettings, java.util.Calendar updatedDate)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this FileInfo.
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 FileInfo.
 java.lang.String getDownloadURI()
          Gets the downloadURI value for this FileInfo.
 java.lang.String getFileStorage()
          Gets the fileStorage value for this FileInfo.
 FileType getFileType()
          Gets the fileType value for this FileInfo.
 java.lang.String getFileTypeID()
          Gets the fileTypeID value for this FileInfo.
 long getID()
          Gets the ID value for this FileInfo.
 java.lang.String getName()
          Gets the name value for this FileInfo.
 java.lang.String getRelativeUri()
          Gets the relativeUri value for this FileInfo.
 java.lang.String[] getSecuritySettings()
          Gets the securitySettings value for this FileInfo.
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
 java.util.Calendar getUpdatedDate()
          Gets the updatedDate value for this FileInfo.
 java.lang.String getURI()
          Gets the URI value for this FileInfo.
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the description value for this FileInfo.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this FileInfo.
 void setDownloadURI(java.lang.String downloadURI)
          Sets the downloadURI value for this FileInfo.
 void setFileStorage(java.lang.String fileStorage)
          Sets the fileStorage value for this FileInfo.
 void setFileType(FileType fileType)
          Sets the fileType value for this FileInfo.
 void setFileTypeID(java.lang.String fileTypeID)
          Sets the fileTypeID value for this FileInfo.
 void setID(long ID)
          Sets the ID value for this FileInfo.
 void setName(java.lang.String name)
          Sets the name value for this FileInfo.
 void setRelativeUri(java.lang.String relativeUri)
          Sets the relativeUri value for this FileInfo.
 void setSecuritySettings(java.lang.String[] securitySettings)
          Sets the securitySettings value for this FileInfo.
 void setUpdatedDate(java.util.Calendar updatedDate)
          Sets the updatedDate value for this FileInfo.
 void setURI(java.lang.String URI)
          Sets the URI value for this FileInfo.

 

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

 

Constructor Detail

FileInfo

public FileInfo()

FileInfo

public FileInfo(long ID,
                java.lang.String URI,
                java.lang.String description,
                java.lang.String displayName,
                java.lang.String downloadURI,
                java.lang.String fileStorage,
                FileType fileType,
                java.lang.String fileTypeID,
                java.lang.String name,
                java.lang.String relativeUri,
                java.lang.String[] securitySettings,
                java.util.Calendar updatedDate)

Method Detail

getID

public long getID()
Gets the ID value for this FileInfo.
Returns:
ID

setID

public void setID(long ID)
Sets the ID value for this FileInfo.
Parameters:
ID -

getURI

public java.lang.String getURI()
Gets the URI value for this FileInfo.
Returns:
URI

setURI

public void setURI(java.lang.String URI)
Sets the URI value for this FileInfo.
Parameters:
URI -

getDescription

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

setDescription

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

getDisplayName

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

setDisplayName

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

getDownloadURI

public java.lang.String getDownloadURI()
Gets the downloadURI value for this FileInfo.
Returns:
downloadURI

setDownloadURI

public void setDownloadURI(java.lang.String downloadURI)
Sets the downloadURI value for this FileInfo.
Parameters:
downloadURI -

getFileStorage

public java.lang.String getFileStorage()
Gets the fileStorage value for this FileInfo.
Returns:
fileStorage

setFileStorage

public void setFileStorage(java.lang.String fileStorage)
Sets the fileStorage value for this FileInfo.
Parameters:
fileStorage -

getFileType

public FileType getFileType()
Gets the fileType value for this FileInfo.
Returns:
fileType

setFileType

public void setFileType(FileType fileType)
Sets the fileType value for this FileInfo.
Parameters:
fileType -

getFileTypeID

public java.lang.String getFileTypeID()
Gets the fileTypeID value for this FileInfo.
Returns:
fileTypeID

setFileTypeID

public void setFileTypeID(java.lang.String fileTypeID)
Sets the fileTypeID value for this FileInfo.
Parameters:
fileTypeID -

getName

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

setName

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

getRelativeUri

public java.lang.String getRelativeUri()
Gets the relativeUri value for this FileInfo.
Returns:
relativeUri

setRelativeUri

public void setRelativeUri(java.lang.String relativeUri)
Sets the relativeUri value for this FileInfo.
Parameters:
relativeUri -

getSecuritySettings

public java.lang.String[] getSecuritySettings()
Gets the securitySettings value for this FileInfo.
Returns:
securitySettings

setSecuritySettings

public void setSecuritySettings(java.lang.String[] securitySettings)
Sets the securitySettings value for this FileInfo.
Parameters:
securitySettings -

getUpdatedDate

public java.util.Calendar getUpdatedDate()
Gets the updatedDate value for this FileInfo.
Returns:
updatedDate

setUpdatedDate

public void setUpdatedDate(java.util.Calendar updatedDate)
Sets the updatedDate value for this FileInfo.
Parameters:
updatedDate -

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 Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.5.0)

E16598-03


Copyright © 2004-2011, Oracle and/or its affiliates. All rights reserved.