Oracle Corporation

com.bea.wlcp.wlng.statistics
Class StatisticTypeDescriptor

java.lang.Object
  extended bycom.bea.wlcp.wlng.statistics.StatisticTypeDescriptor
All Implemented Interfaces:
Serializable

public final class StatisticTypeDescriptor
extends Object
implements Serializable

See Also:
Serialized Form
Copyright © 2008 Oracle Corporation. All Rights Reserved.

Field Summary
 int statisticsTypeID
           
 String statisticsTypeName
           
 
Constructor Summary
StatisticTypeDescriptor(String _statisticsTypeName, int _statisticsTypeID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statisticsTypeID

public int statisticsTypeID

statisticsTypeName

public String statisticsTypeName
Constructor Detail

StatisticTypeDescriptor

public StatisticTypeDescriptor(String _statisticsTypeName,
                               int _statisticsTypeID)

Oracle Corporation