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 ProjectAssetValue

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

All Implemented Interfaces:
java.io.Serializable

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

Representation of a ProjectAssetValue within Oracle Enterprise Repository. This object stores information concerning the value a user gave to an asset related to a specific project.

See Also:
Serialized Form

Constructor Summary
ProjectAssetValue()
           
ProjectAssetValue(long assetID, java.lang.String assetUsage, float assetValue, java.lang.String assetValueSource, java.lang.String consumerFoundValue, java.lang.String consumerUsage, float consumerValue, boolean consumerValueSelected, java.util.Calendar extractionDate, java.lang.String extractionStatus, float predictedValue, boolean predictedValueSelected, long projectID, java.lang.String projectLeadUsage, float projectLeadValue, boolean projectLeadValueSelected, long userID, RegistryUser userInfo)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 long getAssetID()
          Gets the assetID value for this ProjectAssetValue.
 java.lang.String getAssetUsage()
          Gets the assetUsage value for this ProjectAssetValue.
 float getAssetValue()
          Gets the assetValue value for this ProjectAssetValue.
 java.lang.String getAssetValueSource()
          Gets the assetValueSource value for this ProjectAssetValue.
 java.lang.String getConsumerFoundValue()
          Gets the consumerFoundValue value for this ProjectAssetValue.
 java.lang.String getConsumerUsage()
          Gets the consumerUsage value for this ProjectAssetValue.
 float getConsumerValue()
          Gets the consumerValue value for this ProjectAssetValue.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getExtractionDate()
          Gets the extractionDate value for this ProjectAssetValue.
 java.lang.String getExtractionStatus()
          Gets the extractionStatus value for this ProjectAssetValue.
 float getPredictedValue()
          Gets the predictedValue value for this ProjectAssetValue.
 long getProjectID()
          Gets the projectID value for this ProjectAssetValue.
 java.lang.String getProjectLeadUsage()
          Gets the projectLeadUsage value for this ProjectAssetValue.
 float getProjectLeadValue()
          Gets the projectLeadValue value for this ProjectAssetValue.
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
 long getUserID()
          Gets the userID value for this ProjectAssetValue.
 RegistryUser getUserInfo()
          Gets the userInfo value for this ProjectAssetValue.
 int hashCode()
           
 boolean isConsumerValueSelected()
          Gets the consumerValueSelected value for this ProjectAssetValue.
 boolean isPredictedValueSelected()
          Gets the predictedValueSelected value for this ProjectAssetValue.
 boolean isProjectLeadValueSelected()
          Gets the projectLeadValueSelected value for this ProjectAssetValue.
 void setAssetID(long assetID)
          Sets the assetID value for this ProjectAssetValue.
 void setAssetUsage(java.lang.String assetUsage)
          Sets the assetUsage value for this ProjectAssetValue.
 void setAssetValue(float assetValue)
          Sets the assetValue value for this ProjectAssetValue.
 void setAssetValueSource(java.lang.String assetValueSource)
          Sets the assetValueSource value for this ProjectAssetValue.
 void setConsumerFoundValue(java.lang.String consumerFoundValue)
          Sets the consumerFoundValue value for this ProjectAssetValue.
 void setConsumerUsage(java.lang.String consumerUsage)
          Sets the consumerUsage value for this ProjectAssetValue.
 void setConsumerValue(float consumerValue)
          Sets the consumerValue value for this ProjectAssetValue.
 void setConsumerValueSelected(boolean consumerValueSelected)
          Sets the consumerValueSelected value for this ProjectAssetValue.
 void setExtractionDate(java.util.Calendar extractionDate)
          Sets the extractionDate value for this ProjectAssetValue.
 void setExtractionStatus(java.lang.String extractionStatus)
          Sets the extractionStatus value for this ProjectAssetValue.
 void setPredictedValue(float predictedValue)
          Sets the predictedValue value for this ProjectAssetValue.
 void setPredictedValueSelected(boolean predictedValueSelected)
          Sets the predictedValueSelected value for this ProjectAssetValue.
 void setProjectID(long projectID)
          Sets the projectID value for this ProjectAssetValue.
 void setProjectLeadUsage(java.lang.String projectLeadUsage)
          Sets the projectLeadUsage value for this ProjectAssetValue.
 void setProjectLeadValue(float projectLeadValue)
          Sets the projectLeadValue value for this ProjectAssetValue.
 void setProjectLeadValueSelected(boolean projectLeadValueSelected)
          Sets the projectLeadValueSelected value for this ProjectAssetValue.
 void setUserID(long userID)
          Sets the userID value for this ProjectAssetValue.
 void setUserInfo(RegistryUser userInfo)
          Sets the userInfo value for this ProjectAssetValue.

 

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

 

Constructor Detail

ProjectAssetValue

public ProjectAssetValue()

ProjectAssetValue

public ProjectAssetValue(long assetID,
                         java.lang.String assetUsage,
                         float assetValue,
                         java.lang.String assetValueSource,
                         java.lang.String consumerFoundValue,
                         java.lang.String consumerUsage,
                         float consumerValue,
                         boolean consumerValueSelected,
                         java.util.Calendar extractionDate,
                         java.lang.String extractionStatus,
                         float predictedValue,
                         boolean predictedValueSelected,
                         long projectID,
                         java.lang.String projectLeadUsage,
                         float projectLeadValue,
                         boolean projectLeadValueSelected,
                         long userID,
                         RegistryUser userInfo)

Method Detail

getAssetID

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

setAssetID

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

getAssetUsage

public java.lang.String getAssetUsage()
Gets the assetUsage value for this ProjectAssetValue.
Returns:
assetUsage

setAssetUsage

public void setAssetUsage(java.lang.String assetUsage)
Sets the assetUsage value for this ProjectAssetValue.
Parameters:
assetUsage -

getAssetValue

public float getAssetValue()
Gets the assetValue value for this ProjectAssetValue.
Returns:
assetValue

setAssetValue

public void setAssetValue(float assetValue)
Sets the assetValue value for this ProjectAssetValue.
Parameters:
assetValue -

getAssetValueSource

public java.lang.String getAssetValueSource()
Gets the assetValueSource value for this ProjectAssetValue.
Returns:
assetValueSource

setAssetValueSource

public void setAssetValueSource(java.lang.String assetValueSource)
Sets the assetValueSource value for this ProjectAssetValue.
Parameters:
assetValueSource -

getConsumerFoundValue

public java.lang.String getConsumerFoundValue()
Gets the consumerFoundValue value for this ProjectAssetValue.
Returns:
consumerFoundValue

setConsumerFoundValue

public void setConsumerFoundValue(java.lang.String consumerFoundValue)
Sets the consumerFoundValue value for this ProjectAssetValue.
Parameters:
consumerFoundValue -

getConsumerUsage

public java.lang.String getConsumerUsage()
Gets the consumerUsage value for this ProjectAssetValue.
Returns:
consumerUsage

setConsumerUsage

public void setConsumerUsage(java.lang.String consumerUsage)
Sets the consumerUsage value for this ProjectAssetValue.
Parameters:
consumerUsage -

getConsumerValue

public float getConsumerValue()
Gets the consumerValue value for this ProjectAssetValue.
Returns:
consumerValue

setConsumerValue

public void setConsumerValue(float consumerValue)
Sets the consumerValue value for this ProjectAssetValue.
Parameters:
consumerValue -

isConsumerValueSelected

public boolean isConsumerValueSelected()
Gets the consumerValueSelected value for this ProjectAssetValue.
Returns:
consumerValueSelected

setConsumerValueSelected

public void setConsumerValueSelected(boolean consumerValueSelected)
Sets the consumerValueSelected value for this ProjectAssetValue.
Parameters:
consumerValueSelected -

getExtractionDate

public java.util.Calendar getExtractionDate()
Gets the extractionDate value for this ProjectAssetValue.
Returns:
extractionDate

setExtractionDate

public void setExtractionDate(java.util.Calendar extractionDate)
Sets the extractionDate value for this ProjectAssetValue.
Parameters:
extractionDate -

getExtractionStatus

public java.lang.String getExtractionStatus()
Gets the extractionStatus value for this ProjectAssetValue.
Returns:
extractionStatus

setExtractionStatus

public void setExtractionStatus(java.lang.String extractionStatus)
Sets the extractionStatus value for this ProjectAssetValue.
Parameters:
extractionStatus -

getPredictedValue

public float getPredictedValue()
Gets the predictedValue value for this ProjectAssetValue.
Returns:
predictedValue

setPredictedValue

public void setPredictedValue(float predictedValue)
Sets the predictedValue value for this ProjectAssetValue.
Parameters:
predictedValue -

isPredictedValueSelected

public boolean isPredictedValueSelected()
Gets the predictedValueSelected value for this ProjectAssetValue.
Returns:
predictedValueSelected

setPredictedValueSelected

public void setPredictedValueSelected(boolean predictedValueSelected)
Sets the predictedValueSelected value for this ProjectAssetValue.
Parameters:
predictedValueSelected -

getProjectID

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

setProjectID

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

getProjectLeadUsage

public java.lang.String getProjectLeadUsage()
Gets the projectLeadUsage value for this ProjectAssetValue.
Returns:
projectLeadUsage

setProjectLeadUsage

public void setProjectLeadUsage(java.lang.String projectLeadUsage)
Sets the projectLeadUsage value for this ProjectAssetValue.
Parameters:
projectLeadUsage -

getProjectLeadValue

public float getProjectLeadValue()
Gets the projectLeadValue value for this ProjectAssetValue.
Returns:
projectLeadValue

setProjectLeadValue

public void setProjectLeadValue(float projectLeadValue)
Sets the projectLeadValue value for this ProjectAssetValue.
Parameters:
projectLeadValue -

isProjectLeadValueSelected

public boolean isProjectLeadValueSelected()
Gets the projectLeadValueSelected value for this ProjectAssetValue.
Returns:
projectLeadValueSelected

setProjectLeadValueSelected

public void setProjectLeadValueSelected(boolean projectLeadValueSelected)
Sets the projectLeadValueSelected value for this ProjectAssetValue.
Parameters:
projectLeadValueSelected -

getUserID

public long getUserID()
Gets the userID value for this ProjectAssetValue.
Returns:
userID

setUserID

public void setUserID(long userID)
Sets the userID value for this ProjectAssetValue.
Parameters:
userID -

getUserInfo

public RegistryUser getUserInfo()
Gets the userInfo value for this ProjectAssetValue.
Returns:
userInfo

setUserInfo

public void setUserInfo(RegistryUser userInfo)
Sets the userInfo value for this ProjectAssetValue.
Parameters:
userInfo -

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.