net.sourceforge.jasa.report
Class ReportVariable

java.lang.Object
  extended by net.sourceforge.jasa.report.ReportVariable
All Implemented Interfaces:
java.lang.Comparable<ReportVariable>

Deprecated. See net.sourceforge.jabm.report.ReportVariables

public class ReportVariable
extends java.lang.Object
implements java.lang.Comparable<ReportVariable>

A class representing a variable produced by an AuctionReport.

See Also:
AuctionReport#getVariables, net.sourceforge.jasa.market.AbstractAuction#getResults
 

Field Summary
protected  java.lang.String description
          Deprecated.  
protected  java.lang.String name
          Deprecated.  
 
Constructor Summary
ReportVariable(java.lang.String name, java.lang.String description)
          Deprecated.  
 
Method Summary
 int compareTo(ReportVariable other)
          Deprecated.  
 boolean equals(java.lang.Object other)
          Deprecated.  
 java.lang.String getDescription()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 int hashCode()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Deprecated. 

description

protected java.lang.String description
Deprecated. 
Constructor Detail

ReportVariable

public ReportVariable(java.lang.String name,
                      java.lang.String description)
Deprecated. 
Method Detail

getDescription

public java.lang.String getDescription()
Deprecated. 

getName

public java.lang.String getName()
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object

compareTo

public int compareTo(ReportVariable other)
Deprecated. 
Specified by:
compareTo in interface java.lang.Comparable<ReportVariable>

equals

public boolean equals(java.lang.Object other)
Deprecated. 
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object