Uses of Class
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.PostUpdate

Packages that use PostUpdate
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm   
 

Uses of PostUpdate in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm declared as PostUpdate
protected  PostUpdate MappedSuperclass.postUpdate
           
protected  PostUpdate EntityListener.postUpdate
           
protected  PostUpdate Entity.postUpdate
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm that return PostUpdate
 PostUpdate PostUpdate.clone()
          Creates and returns a copy of this object.
 PostUpdate ObjectFactory.createPostUpdate()
          Create an instance of PostUpdate
 PostUpdate MappedSuperclass.getPostUpdate()
          Gets the value of the postUpdate property.
 PostUpdate EntityListener.getPostUpdate()
          Gets the value of the postUpdate property.
 PostUpdate Entity.getPostUpdate()
          Gets the value of the postUpdate property.
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm with parameters of type PostUpdate
 void MappedSuperclass.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 void EntityListener.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 void Entity.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 

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



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