net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm
Class FieldResult

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.FieldResult
All Implemented Interfaces:
Serializable, Cloneable

public class FieldResult
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
protected  String column
           
protected  String name
           
 
Constructor Summary
FieldResult()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.FieldResult instance.
FieldResult(FieldResult o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.FieldResult instance by copying a given instance.
 
Method Summary
 FieldResult clone()
          Creates and returns a copy of this object.
 String getColumn()
          Gets the value of the column property.
 String getName()
          Gets the value of the name property.
 void setColumn(String value)
          Sets the value of the column property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

column

protected String column
Constructor Detail

FieldResult

public FieldResult()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.FieldResult instance.


FieldResult

public FieldResult(FieldResult o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.FieldResult instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getColumn

public String getColumn()
Gets the value of the column property.

Returns:
possible object is String

setColumn

public void setColumn(String value)
Sets the value of the column property.

Parameters:
value - allowed object is String

clone

public FieldResult clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.