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 ProjectAssetValueSummary

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

All Implemented Interfaces:
java.io.Serializable

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

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.

See Also:
Serialized Form

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

ProjectAssetValueSummary

public ProjectAssetValueSummary()

ProjectAssetValueSummary

public ProjectAssetValueSummary(long assetID,
                                long projectID,
                                ProjectAssetValueSummaryItem[] summaryItems,
                                long totalQuantity,
                                float totalValue)

Method Detail

getAssetID

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

setAssetID

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

getProjectID

public long getProjectID()
Gets the projectID value for this ProjectAssetValueSummary.
Returns:
projectID

setProjectID

public void setProjectID(long projectID)
Sets the projectID value for this ProjectAssetValueSummary.
Parameters:
projectID -

getSummaryItems

public ProjectAssetValueSummaryItem[] getSummaryItems()
Gets the summaryItems value for this ProjectAssetValueSummary.
Returns:
summaryItems

setSummaryItems

public void setSummaryItems(ProjectAssetValueSummaryItem[] summaryItems)
Sets the summaryItems value for this ProjectAssetValueSummary.
Parameters:
summaryItems -

getTotalQuantity

public long getTotalQuantity()
Gets the totalQuantity value for this ProjectAssetValueSummary.
Returns:
totalQuantity

setTotalQuantity

public void setTotalQuantity(long totalQuantity)
Sets the totalQuantity value for this ProjectAssetValueSummary.
Parameters:
totalQuantity -

getTotalValue

public float getTotalValue()
Gets the totalValue value for this ProjectAssetValueSummary.
Returns:
totalValue

setTotalValue

public void setTotalValue(float totalValue)
Sets the totalValue value for this ProjectAssetValueSummary.
Parameters:
totalValue -

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.