net.sourceforge.jpaxjc.ns.persistence.orm
Class EntityResult

java.lang.Object
  extended by net.sourceforge.jpaxjc.ns.persistence.orm.EntityResult
All Implemented Interfaces:
Cloneable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class EntityResult
extends Object
implements Cloneable


Field Summary
protected  String discriminatorColumn
           
protected  String entityClass
           
protected  List<FieldResult> fieldResult
           
 
Constructor Summary
EntityResult()
          Creates a new EntityResult instance.
EntityResult(EntityResult o)
          Creates a new EntityResult instance by deeply copying a given EntityResult instance.
 
Method Summary
 EntityResult clone()
          Creates and returns a deep copy of this object.
 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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected List<FieldResult> fieldResult

entityClass

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String entityClass

discriminatorColumn

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String discriminatorColumn
Constructor Detail

EntityResult

public EntityResult()
Creates a new EntityResult instance.


EntityResult

public EntityResult(EntityResult o)
Creates a new EntityResult instance by deeply copying a given EntityResult instance.

Parameters:
o - The instance to copy.
Throws:
NullPointerException - if o is null.
Method Detail

getFieldResult

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public List<FieldResult> getFieldResult()
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


getEntityClass

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getEntityClass()
Gets the value of the entityClass property.

Returns:
possible object is String

setEntityClass

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setEntityClass(String value)
Sets the value of the entityClass property.

Parameters:
value - allowed object is String

getDiscriminatorColumn

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getDiscriminatorColumn()
Gets the value of the discriminatorColumn property.

Returns:
possible object is String

setDiscriminatorColumn

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setDiscriminatorColumn(String value)
Sets the value of the discriminatorColumn property.

Parameters:
value - allowed object is String

clone

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public EntityResult clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class Object
Returns:
A deep copy of this object.


Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.