Uses of Interface
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.Column

Packages that use Column
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl   
 

Uses of Column in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm that return Column
 Column ObjectFactory.createColumn()
          Create an instance of Column
 Column AttributeOverride.getColumn()
          Gets the value of the column property.
 Column Version.getColumn()
          Gets the value of the column property.
 Column Basic.getColumn()
          Gets the value of the column property.
 Column Id.getColumn()
          Gets the value of the column property.
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm with parameters of type Column
 void AttributeOverride.setColumn(Column value)
          Sets the value of the column property.
 void Version.setColumn(Column value)
          Sets the value of the column property.
 void Basic.setColumn(Column value)
          Sets the value of the column property.
 void Id.setColumn(Column value)
          Sets the value of the column property.
 

Uses of Column in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl that implement Column
 class ColumnImpl
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl that return Column
 Column IdImpl.getColumn()
           
 Column VersionImpl.getColumn()
           
 Column BasicImpl.getColumn()
           
 Column AttributeOverrideImpl.getColumn()
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl with parameters of type Column
 void IdImpl.setColumn(Column value)
           
 void VersionImpl.setColumn(Column value)
           
 void BasicImpl.setColumn(Column value)
           
 void AttributeOverrideImpl.setColumn(Column value)
           
 



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