Uses of Class
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.Id

Packages that use Id
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm   
 

Uses of Id in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm with type parameters of type Id
protected  List<Id> Attributes.id
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm that return Id
 Id Id.clone()
          Creates and returns a copy of this object.
protected static Id ObjectFactory.copyOfId(Id clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.Id instance.
 Id ObjectFactory.createId()
          Create an instance of Id
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm that return types with arguments of type Id
 List<Id> Attributes.getId()
          Gets the value of the id property.
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm with parameters of type Id
protected static Id ObjectFactory.copyOfId(Id clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.Id instance.
 

Method parameters in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm with type arguments of type Id
protected static void Attributes.copyId(List<Id> source, List<Id> target)
          Copies all values of property Id.
protected static void Attributes.copyId(List<Id> source, List<Id> target)
          Copies all values of property Id.
 

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



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