|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.flashline.registry.openapi.entity.Asset
com.flashline.registry.openapi.entity.ProjectAsset
public class ProjectAsset
An extension of the Asset object that includes extraction status information.
| Constructor Summary | |
|---|---|
ProjectAsset() |
|
ProjectAsset(int extractionCount, Extraction[] extractions, java.lang.String status) |
|
| 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 |
int |
getExtractionCount()Gets the extractionCount value for this ProjectAsset. |
Extraction[] |
getExtractions()Gets the extractions value for this ProjectAsset. |
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 |
getStatus()Gets the status value for this ProjectAsset. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()Return type metadata object |
int |
hashCode() |
void |
setExtractionCount(int extractionCount)Sets the extractionCount value for this ProjectAsset. |
void |
setExtractions(Extraction[] extractions)Sets the extractions value for this ProjectAsset. |
void |
setStatus(java.lang.String status)Sets the status value for this ProjectAsset. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectAsset()
public ProjectAsset(int extractionCount,
Extraction[] extractions,
java.lang.String status)
| Method Detail |
|---|
public int getExtractionCount()
public void setExtractionCount(int extractionCount)
extractionCount -public Extraction[] getExtractions()
public void setExtractions(Extraction[] extractions)
extractions -public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status -public boolean equals(java.lang.Object obj)
equals in class Assetpublic int hashCode()
hashCode in class Assetpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||