|
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.ProjectAssetValueSummaryItem
public class ProjectAssetValueSummaryItem
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.
| 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 |
|---|
public ProjectAssetValueSummaryItem()
public ProjectAssetValueSummaryItem(long assetID,
long assetUsageTypeID,
java.lang.String itemName,
int itemQuantity,
float itemValue,
long projectID)
| Method Detail |
|---|
public long getAssetID()
public void setAssetID(long assetID)
assetID -public long getAssetUsageTypeID()
public void setAssetUsageTypeID(long assetUsageTypeID)
assetUsageTypeID -public java.lang.String getItemName()
public void setItemName(java.lang.String itemName)
itemName -public int getItemQuantity()
public void setItemQuantity(int itemQuantity)
itemQuantity -public float getItemValue()
public void setItemValue(float itemValue)
itemValue -public long getProjectID()
public void setProjectID(long projectID)
projectID -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 | ||||||||