org.tigris.scarab.reports
Class ReportOptionAttribute

java.lang.Object
  extended byorg.tigris.scarab.reports.ReportOptionAttribute
All Implemented Interfaces:
org.apache.fulcrum.intake.Retrievable, java.io.Serializable

public class ReportOptionAttribute
extends java.lang.Object
implements java.io.Serializable, org.apache.fulcrum.intake.Retrievable

Version:
$Id: ReportOptionAttribute.java 7498 2003-03-28 00:00:16Z jon $
Author:
John McNally
See Also:
Serialized Form

Constructor Summary
ReportOptionAttribute()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getOptionId()
          Get the OptionId value.
 java.lang.String getQueryKey()
          Get the QueryKey value.
 int hashCode()
           
 void setOptionId(java.lang.Integer newOptionId)
          Set the OptionId value.
 void setQueryKey(java.lang.String newQueryKey)
          Set the QueryKey value.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportOptionAttribute

public ReportOptionAttribute()
Method Detail

getOptionId

public java.lang.Integer getOptionId()
Get the OptionId value.

Returns:
the OptionId value.

setOptionId

public void setOptionId(java.lang.Integer newOptionId)
Set the OptionId value.

Parameters:
newOptionId - The new OptionId value.

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getQueryKey

public java.lang.String getQueryKey()
Get the QueryKey value.

Specified by:
getQueryKey in interface org.apache.fulcrum.intake.Retrievable
Returns:
the QueryKey value.

setQueryKey

public void setQueryKey(java.lang.String newQueryKey)
Set the QueryKey value.

Specified by:
setQueryKey in interface org.apache.fulcrum.intake.Retrievable
Parameters:
newQueryKey - The new QueryKey value.


Copyright © 2000-2004 Tigris.org. All Rights Reserved.