org.apache.openejb.jee.wls
Class EntityDescriptor

java.lang.Object
  extended by org.apache.openejb.jee.wls.EntityDescriptor

public class EntityDescriptor
extends java.lang.Object

Java class for entity-descriptor complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="entity-descriptor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pool" type="{http://www.bea.com/ns/weblogic/90}pool" minOccurs="0"/>
         <element name="timer-descriptor" type="{http://www.bea.com/ns/weblogic/90}timer-descriptor" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="entity-cache" type="{http://www.bea.com/ns/weblogic/90}entity-cache"/>
           <element name="entity-cache-ref" type="{http://www.bea.com/ns/weblogic/90}entity-cache-ref"/>
         </choice>
         <element name="persistence" type="{http://www.bea.com/ns/weblogic/90}persistence" minOccurs="0"/>
         <element name="entity-clustering" type="{http://www.bea.com/ns/weblogic/90}entity-clustering" minOccurs="0"/>
         <element name="invalidation-target" type="{http://www.bea.com/ns/weblogic/90}invalidation-target" minOccurs="0"/>
         <element name="enable-dynamic-queries" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean enableDynamicQueries
           
protected  EntityCache entityCache
           
protected  EntityCacheRef entityCacheRef
           
protected  EntityClustering entityClustering
           
protected  java.lang.String id
           
protected  InvalidationTarget invalidationTarget
           
protected  Persistence persistence
           
protected  Pool pool
           
protected  TimerDescriptor timerDescriptor
           
 
Constructor Summary
EntityDescriptor()
           
 
Method Summary
 java.lang.Boolean getEnableDynamicQueries()
          Gets the value of the enableDynamicQueries property.
 EntityCache getEntityCache()
          Gets the value of the entityCache property.
 EntityCacheRef getEntityCacheRef()
          Gets the value of the entityCacheRef property.
 EntityClustering getEntityClustering()
          Gets the value of the entityClustering property.
 java.lang.String getId()
          Gets the value of the id property.
 InvalidationTarget getInvalidationTarget()
          Gets the value of the invalidationTarget property.
 Persistence getPersistence()
          Gets the value of the persistence property.
 Pool getPool()
          Gets the value of the pool property.
 TimerDescriptor getTimerDescriptor()
          Gets the value of the timerDescriptor property.
 void setEnableDynamicQueries(java.lang.Boolean value)
          Sets the value of the enableDynamicQueries property.
 void setEntityCache(EntityCache value)
          Sets the value of the entityCache property.
 void setEntityCacheRef(EntityCacheRef value)
          Sets the value of the entityCacheRef property.
 void setEntityClustering(EntityClustering value)
          Sets the value of the entityClustering property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setInvalidationTarget(InvalidationTarget value)
          Sets the value of the invalidationTarget property.
 void setPersistence(Persistence value)
          Sets the value of the persistence property.
 void setPool(Pool value)
          Sets the value of the pool property.
 void setTimerDescriptor(TimerDescriptor value)
          Sets the value of the timerDescriptor property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pool

protected Pool pool

timerDescriptor

protected TimerDescriptor timerDescriptor

entityCache

protected EntityCache entityCache

entityCacheRef

protected EntityCacheRef entityCacheRef

persistence

protected Persistence persistence

entityClustering

protected EntityClustering entityClustering

invalidationTarget

protected InvalidationTarget invalidationTarget

enableDynamicQueries

protected java.lang.Boolean enableDynamicQueries

id

protected java.lang.String id
Constructor Detail

EntityDescriptor

public EntityDescriptor()
Method Detail

getPool

public Pool getPool()
Gets the value of the pool property.

Returns:
possible object is Pool

setPool

public void setPool(Pool value)
Sets the value of the pool property.

Parameters:
value - allowed object is Pool

getTimerDescriptor

public TimerDescriptor getTimerDescriptor()
Gets the value of the timerDescriptor property.

Returns:
possible object is TimerDescriptor

setTimerDescriptor

public void setTimerDescriptor(TimerDescriptor value)
Sets the value of the timerDescriptor property.

Parameters:
value - allowed object is TimerDescriptor

getEntityCache

public EntityCache getEntityCache()
Gets the value of the entityCache property.

Returns:
possible object is EntityCache

setEntityCache

public void setEntityCache(EntityCache value)
Sets the value of the entityCache property.

Parameters:
value - allowed object is EntityCache

getEntityCacheRef

public EntityCacheRef getEntityCacheRef()
Gets the value of the entityCacheRef property.

Returns:
possible object is EntityCacheRef

setEntityCacheRef

public void setEntityCacheRef(EntityCacheRef value)
Sets the value of the entityCacheRef property.

Parameters:
value - allowed object is EntityCacheRef

getPersistence

public Persistence getPersistence()
Gets the value of the persistence property.

Returns:
possible object is Persistence

setPersistence

public void setPersistence(Persistence value)
Sets the value of the persistence property.

Parameters:
value - allowed object is Persistence

getEntityClustering

public EntityClustering getEntityClustering()
Gets the value of the entityClustering property.

Returns:
possible object is EntityClustering

setEntityClustering

public void setEntityClustering(EntityClustering value)
Sets the value of the entityClustering property.

Parameters:
value - allowed object is EntityClustering

getInvalidationTarget

public InvalidationTarget getInvalidationTarget()
Gets the value of the invalidationTarget property.

Returns:
possible object is InvalidationTarget

setInvalidationTarget

public void setInvalidationTarget(InvalidationTarget value)
Sets the value of the invalidationTarget property.

Parameters:
value - allowed object is InvalidationTarget

getEnableDynamicQueries

public java.lang.Boolean getEnableDynamicQueries()
Gets the value of the enableDynamicQueries property.

Returns:
possible object is Boolean

setEnableDynamicQueries

public void setEnableDynamicQueries(java.lang.Boolean value)
Sets the value of the enableDynamicQueries property.

Parameters:
value - allowed object is Boolean

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.