org.apache.openejb.jee.jpa
Class ColumnResult

java.lang.Object
  extended by org.apache.openejb.jee.jpa.ColumnResult

public class ColumnResult
extends java.lang.Object


Field Summary
protected  java.lang.String name
           
 
Constructor Summary
ColumnResult()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Constructor Detail

ColumnResult

public ColumnResult()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.