net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl
Class EntityResultImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.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  List<FieldResult> fieldResult
           
 
Constructor Summary
EntityResultImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.EntityResultImpl instance.
EntityResultImpl(EntityResultImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.EntityResultImpl instance by copying a given instance.
 
Method Summary
 EntityResultImpl clone()
          Creates and returns a copy of this object.
static void copyFieldResult(List<FieldResult> source, List<FieldResult> target)
          Copies all values of property FieldResult.
 String getDiscriminatorColumn()
          Gets the value of the discriminatorColumn property.
 String getEntityClass()
          Gets the value of the entityClass property.
 List<FieldResult> getFieldResult()
          Gets the value of the fieldResult property.
 void setDiscriminatorColumn(String value)
          Sets the value of the discriminatorColumn property.
 void setEntityClass(String value)
          Sets the value of the entityClass property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldResult

protected List<FieldResult> fieldResult

entityClass

protected String entityClass

discriminatorColumn

protected String discriminatorColumn
Constructor Detail

EntityResultImpl

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


EntityResultImpl

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

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

getFieldResult

public List<FieldResult> getFieldResult()
Description copied from interface: EntityResult
Gets the value of the fieldResult property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fieldResult property.

For example, to add a new item, do as follows:

    getFieldResult().add(newItem);
 

Objects of the following type(s) are allowed in the list FieldResult

Specified by:
getFieldResult in interface EntityResult

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

public static void copyFieldResult(List<FieldResult> source,
                                   List<FieldResult> target)
Copies all values of property FieldResult.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target 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.