net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm
Class EntityResult

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

public class EntityResult
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
protected  String discriminatorColumn
           
protected  String entityClass
           
protected  FieldResult[] fieldResult
           
 
Constructor Summary
EntityResult()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.EntityResult instance.
EntityResult(EntityResult o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.EntityResult instance by copying a given instance.
 
Method Summary
 EntityResult clone()
          Creates and returns a copy of this object.
 String getDiscriminatorColumn()
          Gets the value of the discriminatorColumn property.
 String getEntityClass()
          Gets the value of the entityClass property.
 FieldResult[] getFieldResult()
           
 FieldResult getFieldResult(int idx)
           
 int getFieldResultLength()
           
 void setDiscriminatorColumn(String value)
          Sets the value of the discriminatorColumn property.
 void setEntityClass(String value)
          Sets the value of the entityClass property.
 void setFieldResult(FieldResult[] values)
           
 FieldResult setFieldResult(int idx, FieldResult value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldResult

protected FieldResult[] fieldResult

entityClass

protected String entityClass

discriminatorColumn

protected String discriminatorColumn
Constructor Detail

EntityResult

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


EntityResult

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

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

getFieldResult

public FieldResult[] getFieldResult()
Returns:
array of FieldResult

getFieldResult

public FieldResult getFieldResult(int idx)
Returns:
one of FieldResult

getFieldResultLength

public int getFieldResultLength()

setFieldResult

public void setFieldResult(FieldResult[] values)
Parameters:
values - allowed objects are FieldResult

setFieldResult

public FieldResult setFieldResult(int idx,
                                  FieldResult value)
Parameters:
value - allowed object is FieldResult

getEntityClass

public String getEntityClass()
Gets the value of the entityClass property.

Returns:
possible object is String

setEntityClass

public void setEntityClass(String value)
Sets the value of the entityClass property.

Parameters:
value - allowed object is String

getDiscriminatorColumn

public String getDiscriminatorColumn()
Gets the value of the discriminatorColumn property.

Returns:
possible object is String

setDiscriminatorColumn

public void setDiscriminatorColumn(String value)
Sets the value of the discriminatorColumn property.

Parameters:
value - allowed object is String

clone

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