net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl
Class FieldResultImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.FieldResultImpl
All Implemented Interfaces:
Serializable, Cloneable, FieldResult

public class FieldResultImpl
extends Object
implements Serializable, Cloneable, FieldResult

See Also:
Serialized Form

Field Summary
protected  String column
           
protected  String name
           
 
Constructor Summary
FieldResultImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.FieldResultImpl instance.
FieldResultImpl(FieldResultImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.FieldResultImpl instance by copying a given instance.
 
Method Summary
 FieldResultImpl 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

FieldResultImpl

public FieldResultImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.FieldResultImpl instance.


FieldResultImpl

public FieldResultImpl(FieldResultImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.FieldResultImpl instance by copying a given instance.

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

getName

public String getName()
Description copied from interface: FieldResult
Gets the value of the name property.

Specified by:
getName in interface FieldResult
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: FieldResult
Sets the value of the name property.

Specified by:
setName in interface FieldResult
Parameters:
value - allowed object is String

getColumn

public String getColumn()
Description copied from interface: FieldResult
Gets the value of the column property.

Specified by:
getColumn in interface FieldResult
Returns:
possible object is String

setColumn

public void setColumn(String value)
Description copied from interface: FieldResult
Sets the value of the column property.

Specified by:
setColumn in interface FieldResult
Parameters:
value - allowed object is String

clone

public FieldResultImpl 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.