Uses of Class
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.SecondaryTable

Packages that use SecondaryTable
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm   
 

Uses of SecondaryTable in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm declared as SecondaryTable
protected  SecondaryTable[] Entity.secondaryTable
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm that return SecondaryTable
 SecondaryTable SecondaryTable.clone()
          Creates and returns a copy of this object.
static SecondaryTable ObjectFactory.copyOfSecondaryTable(SecondaryTable clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.SecondaryTable instance.
 SecondaryTable ObjectFactory.createSecondaryTable()
          Create an instance of SecondaryTable
 SecondaryTable[] Entity.getSecondaryTable()
           
 SecondaryTable Entity.getSecondaryTable(int idx)
           
 SecondaryTable Entity.setSecondaryTable(int idx, SecondaryTable value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm with parameters of type SecondaryTable
static SecondaryTable ObjectFactory.copyOfSecondaryTable(SecondaryTable clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.SecondaryTable instance.
 void Entity.copySecondaryTable(SecondaryTable[] source)
          Copies all values of property SecondaryTable.
 SecondaryTable Entity.setSecondaryTable(int idx, SecondaryTable value)
           
 void Entity.setSecondaryTable(SecondaryTable[] values)
           
 

Constructors in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm with parameters of type SecondaryTable
SecondaryTable(SecondaryTable o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.SecondaryTable instance by copying a given instance.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.