Skip navigation links

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

E16598-01


com.flashline.registry.openapi.entity
Class SubmissionFileInfo

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

All Implemented Interfaces:
java.io.Serializable

public class SubmissionFileInfo
extends java.lang.Object
implements java.io.Serializable

An object to contain information about an asset's uploaded file.

See Also:
Serialized Form

Constructor Summary
SubmissionFileInfo()
           
SubmissionFileInfo(boolean imported, long length, boolean markedForDelete, boolean markedForImport, java.lang.String name)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getLength()
          Gets the length value for this SubmissionFileInfo.
 java.lang.String getName()
          Gets the name value for this SubmissionFileInfo.
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()
           
 boolean isImported()
          Gets the imported value for this SubmissionFileInfo.
 boolean isMarkedForDelete()
          Gets the markedForDelete value for this SubmissionFileInfo.
 boolean isMarkedForImport()
          Gets the markedForImport value for this SubmissionFileInfo.
 void setImported(boolean imported)
          Sets the imported value for this SubmissionFileInfo.
 void setLength(long length)
          Sets the length value for this SubmissionFileInfo.
 void setMarkedForDelete(boolean markedForDelete)
          Sets the markedForDelete value for this SubmissionFileInfo.
 void setMarkedForImport(boolean markedForImport)
          Sets the markedForImport value for this SubmissionFileInfo.
 void setName(java.lang.String name)
          Sets the name value for this SubmissionFileInfo.

 

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

 

Constructor Detail

SubmissionFileInfo

public SubmissionFileInfo()

SubmissionFileInfo

public SubmissionFileInfo(boolean imported,
                          long length,
                          boolean markedForDelete,
                          boolean markedForImport,
                          java.lang.String name)

Method Detail

isImported

public boolean isImported()
Gets the imported value for this SubmissionFileInfo.
Returns:
imported

setImported

public void setImported(boolean imported)
Sets the imported value for this SubmissionFileInfo.
Parameters:
imported -

getLength

public long getLength()
Gets the length value for this SubmissionFileInfo.
Returns:
length

setLength

public void setLength(long length)
Sets the length value for this SubmissionFileInfo.
Parameters:
length -

isMarkedForDelete

public boolean isMarkedForDelete()
Gets the markedForDelete value for this SubmissionFileInfo.
Returns:
markedForDelete

setMarkedForDelete

public void setMarkedForDelete(boolean markedForDelete)
Sets the markedForDelete value for this SubmissionFileInfo.
Parameters:
markedForDelete -

isMarkedForImport

public boolean isMarkedForImport()
Gets the markedForImport value for this SubmissionFileInfo.
Returns:
markedForImport

setMarkedForImport

public void setMarkedForImport(boolean markedForImport)
Sets the markedForImport value for this SubmissionFileInfo.
Parameters:
markedForImport -

getName

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

setName

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

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)

E16598-01


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