|
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.ProjectAssetValueSummary
public class ProjectAssetValueSummary
Represents the total value of an asset related to a specific project. Includes the total value and the total number of usages per Asset Usage Type.
| Constructor Summary | |
|---|---|
ProjectAssetValueSummary() |
|
ProjectAssetValueSummary(long assetID, long projectID, ProjectAssetValueSummaryItem[] summaryItems, long totalQuantity, float totalValue) |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getAssetID()Gets the assetID value for this ProjectAssetValueSummary. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Deserializer |
long |
getProjectID()Gets the projectID value for this ProjectAssetValueSummary. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Serializer |
ProjectAssetValueSummaryItem[] |
getSummaryItems()Gets the summaryItems value for this ProjectAssetValueSummary. |
long |
getTotalQuantity()Gets the totalQuantity value for this ProjectAssetValueSummary. |
float |
getTotalValue()Gets the totalValue value for this ProjectAssetValueSummary. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()Return type metadata object |
int |
hashCode() |
void |
setAssetID(long assetID)Sets the assetID value for this ProjectAssetValueSummary. |
void |
setProjectID(long projectID)Sets the projectID value for this ProjectAssetValueSummary. |
void |
setSummaryItems(ProjectAssetValueSummaryItem[] summaryItems)Sets the summaryItems value for this ProjectAssetValueSummary. |
void |
setTotalQuantity(long totalQuantity)Sets the totalQuantity value for this ProjectAssetValueSummary. |
void |
setTotalValue(float totalValue)Sets the totalValue value for this ProjectAssetValueSummary. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectAssetValueSummary()
public ProjectAssetValueSummary(long assetID,
long projectID,
ProjectAssetValueSummaryItem[] summaryItems,
long totalQuantity,
float totalValue)
| Method Detail |
|---|
public long getAssetID()
public void setAssetID(long assetID)
assetID -public long getProjectID()
public void setProjectID(long projectID)
projectID -public ProjectAssetValueSummaryItem[] getSummaryItems()
public void setSummaryItems(ProjectAssetValueSummaryItem[] summaryItems)
summaryItems -public long getTotalQuantity()
public void setTotalQuantity(long totalQuantity)
totalQuantity -public float getTotalValue()
public void setTotalValue(float totalValue)
totalValue -public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||||