net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl
Class EntityResultImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EntityResultImpl
All Implemented Interfaces:
Serializable, Cloneable, EntityResult

public class EntityResultImpl
extends Object
implements Serializable, Cloneable, EntityResult

See Also:
Serialized Form

Field Summary
protected  String discriminatorColumn
           
protected  String entityClass
           
protected  FieldResult[] fieldResult
           
 
Constructor Summary
EntityResultImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EntityResultImpl instance.
EntityResultImpl(EntityResultImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EntityResultImpl instance by copying a given instance.
 
Method Summary
 EntityResultImpl clone()
          Creates and returns a copy of this object.
protected  void copyFieldResult(FieldResult[] source)
          Copies all values of property FieldResult.
 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

EntityResultImpl

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


EntityResultImpl

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

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

getFieldResult

public FieldResult[] getFieldResult()
Specified by:
getFieldResult in interface EntityResult
Returns:
array of FieldResult

getFieldResult

public FieldResult getFieldResult(int idx)
Specified by:
getFieldResult in interface EntityResult
Returns:
one of FieldResult

getFieldResultLength

public int getFieldResultLength()
Specified by:
getFieldResultLength in interface EntityResult

setFieldResult

public void setFieldResult(FieldResult[] values)
Specified by:
setFieldResult in interface EntityResult
Parameters:
values - allowed objects are FieldResult

setFieldResult

public FieldResult setFieldResult(int idx,
                                  FieldResult value)
Specified by:
setFieldResult in interface EntityResult
value - allowed object is FieldResult

getEntityClass

public String getEntityClass()
Description copied from interface: EntityResult
Gets the value of the entityClass property.

Specified by:
getEntityClass in interface EntityResult
Returns:
possible object is String

setEntityClass

public void setEntityClass(String value)
Description copied from interface: EntityResult
Sets the value of the entityClass property.

Specified by:
setEntityClass in interface EntityResult
Parameters:
value - allowed object is String

getDiscriminatorColumn

public String getDiscriminatorColumn()
Description copied from interface: EntityResult
Gets the value of the discriminatorColumn property.

Specified by:
getDiscriminatorColumn in interface EntityResult
Returns:
possible object is String

setDiscriminatorColumn

public void setDiscriminatorColumn(String value)
Description copied from interface: EntityResult
Sets the value of the discriminatorColumn property.

Specified by:
setDiscriminatorColumn in interface EntityResult
Parameters:
value - allowed object is String

copyFieldResult

protected void copyFieldResult(FieldResult[] source)
Copies all values of property FieldResult.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

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