org.rhq.helpers.perftest.support.jpa
Class ColumnValues.Column

java.lang.Object
  extended by org.rhq.helpers.perftest.support.jpa.ColumnValues.Column
Enclosing class:
ColumnValues

public static class ColumnValues.Column
extends Object

Presents a single column-value pair.

Author:
Lukas Krejci

Method Summary
 boolean equals(Object other)
           
 String getName()
           
 Object getValue()
           
 int hashCode()
           
 void setName(String name)
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getValue

public Object getValue()
Returns:
the value

setValue

public void setValue(Object value)
Parameters:
value - the value to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.