com.sun.jdo.api.persistence.model.jdo.impl
Class ConcurrencyGroupElementImpl

java.lang.Object
  extended by com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
      extended by com.sun.jdo.api.persistence.model.jdo.impl.PersistenceMemberElementImpl
          extended by com.sun.jdo.api.persistence.model.jdo.impl.FieldGroupElementImpl
              extended by com.sun.jdo.api.persistence.model.jdo.impl.ConcurrencyGroupElementImpl
All Implemented Interfaces:
ConcurrencyGroupElement.Impl, FieldGroupElement.Impl, PersistenceElement.Impl, PersistenceElementProperties, PersistenceMemberElement.Impl

public class ConcurrencyGroupElementImpl
extends FieldGroupElementImpl
implements ConcurrencyGroupElement.Impl

Version:
%I%
Author:
raccah

Field Summary
 
Fields inherited from interface com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl
ADD, REMOVE, SET
 
Fields inherited from interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
PROP_CARDINALITY, PROP_COLLECTION_CLASS, PROP_DELETE_ACTION, PROP_ELEMENT_CLASS, PROP_FIELDS, PROP_GROUPS, PROP_IDENTITY, PROP_INVERSE_FIELD, PROP_KEY_CLASS, PROP_KEY_FIELD, PROP_MODIFIED, PROP_NAME, PROP_PERSISTENCE, PROP_PREFETCH, PROP_SENSITIVITY, PROP_UPDATE_ACTION
 
Constructor Summary
ConcurrencyGroupElementImpl()
          Create new ConcurrencyGroupElementImpl with no corresponding name.
ConcurrencyGroupElementImpl(String name)
          Creates new ConcurrencyGroupElementImpl with the corresponding name
 
Method Summary
 
Methods inherited from class com.sun.jdo.api.persistence.model.jdo.impl.FieldGroupElementImpl
changeFields, getCollection, getField, getFields, setCollection
 
Methods inherited from class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceMemberElementImpl
firePropertyChange, fireVetoableChange
 
Methods inherited from class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
addPropertyChangeListener, addVetoableChangeListener, attachToElement, getName, removePropertyChangeListener, removeVetoableChangeListener, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.jdo.api.persistence.model.jdo.FieldGroupElement.Impl
changeFields, getField, getFields
 
Methods inherited from interface com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl
addPropertyChangeListener, addVetoableChangeListener, attachToElement, getName, removePropertyChangeListener, removeVetoableChangeListener, setName
 

Constructor Detail

ConcurrencyGroupElementImpl

public ConcurrencyGroupElementImpl()
Create new ConcurrencyGroupElementImpl with no corresponding name. This constructor should only be used for cloning and archiving.


ConcurrencyGroupElementImpl

public ConcurrencyGroupElementImpl(String name)
Creates new ConcurrencyGroupElementImpl with the corresponding name

Parameters:
name - the name of the element


Copyright © 2012 GlassFish Community. All Rights Reserved.