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

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

Uses of Id 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 Id
 Id ObjectFactory.createId()
          Create an instance of Id
 Id[] Attributes.getId()
           
 Id Attributes.getId(int idx)
           
 Id Attributes.setId(int idx, Id value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm with parameters of type Id
 void Attributes.setId(Id[] values)
           
 Id Attributes.setId(int idx, Id value)
           
 

Uses of Id 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 Id
 class IdImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl declared as Id
protected  Id[] AttributesImpl.id
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl that return Id
 Id[] AttributesImpl.getId()
           
 Id AttributesImpl.getId(int idx)
           
 Id AttributesImpl.setId(int idx, Id value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl with parameters of type Id
protected  void AttributesImpl.copyId(Id[] source)
          Copies all values of property Id.
 void AttributesImpl.setId(Id[] values)
           
 Id AttributesImpl.setId(int idx, Id value)
           
 



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