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 ProjectAssetValueSummaryItem

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

All Implemented Interfaces:
java.io.Serializable

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

Represents the total value of an Asset related to a specific project and Asset Usage Type. Includes the total number of usages for an Asset for the specific project and Asset Usage Type.

See Also:
Serialized Form

Constructor Summary
ProjectAssetValueSummaryItem()
           
ProjectAssetValueSummaryItem(long assetID, long assetUsageTypeID, java.lang.String itemName, int itemQuantity, float itemValue, long projectID)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 long getAssetID()
          Gets the assetID value for this ProjectAssetValueSummaryItem.
 long getAssetUsageTypeID()
          Gets the assetUsageTypeID value for this ProjectAssetValueSummaryItem.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getItemName()
          Gets the itemName value for this ProjectAssetValueSummaryItem.
 int getItemQuantity()
          Gets the itemQuantity value for this ProjectAssetValueSummaryItem.
 float getItemValue()
          Gets the itemValue value for this ProjectAssetValueSummaryItem.
 long getProjectID()
          Gets the projectID value for this ProjectAssetValueSummaryItem.
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()
           
 void setAssetID(long assetID)
          Sets the assetID value for this ProjectAssetValueSummaryItem.
 void setAssetUsageTypeID(long assetUsageTypeID)
          Sets the assetUsageTypeID value for this ProjectAssetValueSummaryItem.
 void setItemName(java.lang.String itemName)
          Sets the itemName value for this ProjectAssetValueSummaryItem.
 void setItemQuantity(int itemQuantity)
          Sets the itemQuantity value for this ProjectAssetValueSummaryItem.
 void setItemValue(float itemValue)
          Sets the itemValue value for this ProjectAssetValueSummaryItem.
 void setProjectID(long projectID)
          Sets the projectID value for this ProjectAssetValueSummaryItem.

 

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

 

Constructor Detail

ProjectAssetValueSummaryItem

public ProjectAssetValueSummaryItem()

ProjectAssetValueSummaryItem

public ProjectAssetValueSummaryItem(long assetID,
                                    long assetUsageTypeID,
                                    java.lang.String itemName,
                                    int itemQuantity,
                                    float itemValue,
                                    long projectID)

Method Detail

getAssetID

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

setAssetID

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

getAssetUsageTypeID

public long getAssetUsageTypeID()
Gets the assetUsageTypeID value for this ProjectAssetValueSummaryItem.
Returns:
assetUsageTypeID

setAssetUsageTypeID

public void setAssetUsageTypeID(long assetUsageTypeID)
Sets the assetUsageTypeID value for this ProjectAssetValueSummaryItem.
Parameters:
assetUsageTypeID -

getItemName

public java.lang.String getItemName()
Gets the itemName value for this ProjectAssetValueSummaryItem.
Returns:
itemName

setItemName

public void setItemName(java.lang.String itemName)
Sets the itemName value for this ProjectAssetValueSummaryItem.
Parameters:
itemName -

getItemQuantity

public int getItemQuantity()
Gets the itemQuantity value for this ProjectAssetValueSummaryItem.
Returns:
itemQuantity

setItemQuantity

public void setItemQuantity(int itemQuantity)
Sets the itemQuantity value for this ProjectAssetValueSummaryItem.
Parameters:
itemQuantity -

getItemValue

public float getItemValue()
Gets the itemValue value for this ProjectAssetValueSummaryItem.
Returns:
itemValue

setItemValue

public void setItemValue(float itemValue)
Sets the itemValue value for this ProjectAssetValueSummaryItem.
Parameters:
itemValue -

getProjectID

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

setProjectID

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

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.