Skip navigation links

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

E16598-09 OEREF


com.flashline.registry.openapi.entity
Class ExtractionDownload

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
ExtractionDownload()
           
ExtractionDownload(long assetID, java.lang.String assetName, boolean markedForExtraction)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 long getAssetID()
          Gets the assetID value for this ExtractionDownload.
 java.lang.String getAssetName()
          Gets the assetName value for this ExtractionDownload.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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 isMarkedForExtraction()
          Gets the markedForExtraction value for this ExtractionDownload.
 void setAssetID(long assetID)
          Sets the assetID value for this ExtractionDownload.
 void setAssetName(java.lang.String assetName)
          Sets the assetName value for this ExtractionDownload.
 void setMarkedForExtraction(boolean markedForExtraction)
          Sets the markedForExtraction value for this ExtractionDownload.

 

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

 

Constructor Detail

ExtractionDownload

public ExtractionDownload()

ExtractionDownload

public ExtractionDownload(long assetID,
                          java.lang.String assetName,
                          boolean markedForExtraction)

Method Detail

getAssetID

public long getAssetID()
Gets the assetID value for this ExtractionDownload.
Returns:
assetID

setAssetID

public void setAssetID(long assetID)
Sets the assetID value for this ExtractionDownload.
Parameters:
assetID -

getAssetName

public java.lang.String getAssetName()
Gets the assetName value for this ExtractionDownload.
Returns:
assetName

setAssetName

public void setAssetName(java.lang.String assetName)
Sets the assetName value for this ExtractionDownload.
Parameters:
assetName -

isMarkedForExtraction

public boolean isMarkedForExtraction()
Gets the markedForExtraction value for this ExtractionDownload.
Returns:
markedForExtraction

setMarkedForExtraction

public void setMarkedForExtraction(boolean markedForExtraction)
Sets the markedForExtraction value for this ExtractionDownload.
Parameters:
markedForExtraction -

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.7.0)

E16598-09 OEREF


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