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 ReuseDTO

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

All Implemented Interfaces:
java.io.Serializable

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

This data transfer object consolidates information about reuse statistics. This object does not calculate any of these values; it simply holds the data to be transferred.

See Also:
Serialized Form

Constructor Summary
ReuseDTO()
           
ReuseDTO(int assetPortfolioInvestmentCount, long assetPortfolioInvestmentValue, int assetPortfolioValueCount, long assetPortfolioValueValue, int assetsInProgressCount, int assetsRegisteredCount, int projectsParticipatingCount)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 int getAssetPortfolioInvestmentCount()
          Gets the assetPortfolioInvestmentCount value for this ReuseDTO.
 long getAssetPortfolioInvestmentValue()
          Gets the assetPortfolioInvestmentValue value for this ReuseDTO.
 int getAssetPortfolioValueCount()
          Gets the assetPortfolioValueCount value for this ReuseDTO.
 long getAssetPortfolioValueValue()
          Gets the assetPortfolioValueValue value for this ReuseDTO.
 int getAssetsInProgressCount()
          Gets the assetsInProgressCount value for this ReuseDTO.
 int getAssetsRegisteredCount()
          Gets the assetsRegisteredCount value for this ReuseDTO.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getProjectsParticipatingCount()
          Gets the projectsParticipatingCount value for this ReuseDTO.
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 setAssetPortfolioInvestmentCount(int assetPortfolioInvestmentCount)
          Sets the assetPortfolioInvestmentCount value for this ReuseDTO.
 void setAssetPortfolioInvestmentValue(long assetPortfolioInvestmentValue)
          Sets the assetPortfolioInvestmentValue value for this ReuseDTO.
 void setAssetPortfolioValueCount(int assetPortfolioValueCount)
          Sets the assetPortfolioValueCount value for this ReuseDTO.
 void setAssetPortfolioValueValue(long assetPortfolioValueValue)
          Sets the assetPortfolioValueValue value for this ReuseDTO.
 void setAssetsInProgressCount(int assetsInProgressCount)
          Sets the assetsInProgressCount value for this ReuseDTO.
 void setAssetsRegisteredCount(int assetsRegisteredCount)
          Sets the assetsRegisteredCount value for this ReuseDTO.
 void setProjectsParticipatingCount(int projectsParticipatingCount)
          Sets the projectsParticipatingCount value for this ReuseDTO.

 

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

 

Constructor Detail

ReuseDTO

public ReuseDTO()

ReuseDTO

public ReuseDTO(int assetPortfolioInvestmentCount,
                long assetPortfolioInvestmentValue,
                int assetPortfolioValueCount,
                long assetPortfolioValueValue,
                int assetsInProgressCount,
                int assetsRegisteredCount,
                int projectsParticipatingCount)

Method Detail

getAssetPortfolioInvestmentCount

public int getAssetPortfolioInvestmentCount()
Gets the assetPortfolioInvestmentCount value for this ReuseDTO.
Returns:
assetPortfolioInvestmentCount

setAssetPortfolioInvestmentCount

public void setAssetPortfolioInvestmentCount(int assetPortfolioInvestmentCount)
Sets the assetPortfolioInvestmentCount value for this ReuseDTO.
Parameters:
assetPortfolioInvestmentCount -

getAssetPortfolioInvestmentValue

public long getAssetPortfolioInvestmentValue()
Gets the assetPortfolioInvestmentValue value for this ReuseDTO.
Returns:
assetPortfolioInvestmentValue

setAssetPortfolioInvestmentValue

public void setAssetPortfolioInvestmentValue(long assetPortfolioInvestmentValue)
Sets the assetPortfolioInvestmentValue value for this ReuseDTO.
Parameters:
assetPortfolioInvestmentValue -

getAssetPortfolioValueCount

public int getAssetPortfolioValueCount()
Gets the assetPortfolioValueCount value for this ReuseDTO.
Returns:
assetPortfolioValueCount

setAssetPortfolioValueCount

public void setAssetPortfolioValueCount(int assetPortfolioValueCount)
Sets the assetPortfolioValueCount value for this ReuseDTO.
Parameters:
assetPortfolioValueCount -

getAssetPortfolioValueValue

public long getAssetPortfolioValueValue()
Gets the assetPortfolioValueValue value for this ReuseDTO.
Returns:
assetPortfolioValueValue

setAssetPortfolioValueValue

public void setAssetPortfolioValueValue(long assetPortfolioValueValue)
Sets the assetPortfolioValueValue value for this ReuseDTO.
Parameters:
assetPortfolioValueValue -

getAssetsInProgressCount

public int getAssetsInProgressCount()
Gets the assetsInProgressCount value for this ReuseDTO.
Returns:
assetsInProgressCount

setAssetsInProgressCount

public void setAssetsInProgressCount(int assetsInProgressCount)
Sets the assetsInProgressCount value for this ReuseDTO.
Parameters:
assetsInProgressCount -

getAssetsRegisteredCount

public int getAssetsRegisteredCount()
Gets the assetsRegisteredCount value for this ReuseDTO.
Returns:
assetsRegisteredCount

setAssetsRegisteredCount

public void setAssetsRegisteredCount(int assetsRegisteredCount)
Sets the assetsRegisteredCount value for this ReuseDTO.
Parameters:
assetsRegisteredCount -

getProjectsParticipatingCount

public int getProjectsParticipatingCount()
Gets the projectsParticipatingCount value for this ReuseDTO.
Returns:
projectsParticipatingCount

setProjectsParticipatingCount

public void setProjectsParticipatingCount(int projectsParticipatingCount)
Sets the projectsParticipatingCount value for this ReuseDTO.
Parameters:
projectsParticipatingCount -

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.