org.apache.openejb.jee.oejb2
Class PersistenceUnitRefType

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.AbstractNamingEntryType
      extended by org.apache.openejb.jee.oejb2.PersistenceUnitRefType

public class PersistenceUnitRefType
extends AbstractNamingEntryType


Field Summary
protected  PatternType pattern
           
protected  java.lang.String persistenceUnitName
           
protected  java.lang.String persistenceUnitRefName
           
 
Constructor Summary
PersistenceUnitRefType()
           
 
Method Summary
 PatternType getPattern()
          Gets the value of the pattern property.
 java.lang.String getPersistenceUnitName()
          Gets the value of the persistenceUnitName property.
 java.lang.String getPersistenceUnitRefName()
          Gets the value of the entityManagerFactoryRefName property.
 void setPattern(PatternType value)
          Sets the value of the pattern property.
 void setPersistenceUnitName(java.lang.String value)
          Sets the value of the persistenceUnitName property.
 void setPersistenceUnitRefName(java.lang.String value)
          Sets the value of the entityManagerFactoryRefName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

persistenceUnitRefName

protected java.lang.String persistenceUnitRefName

persistenceUnitName

protected java.lang.String persistenceUnitName

pattern

protected PatternType pattern
Constructor Detail

PersistenceUnitRefType

public PersistenceUnitRefType()
Method Detail

getPersistenceUnitRefName

public java.lang.String getPersistenceUnitRefName()
Gets the value of the entityManagerFactoryRefName property.

Returns:
possible object is String

setPersistenceUnitRefName

public void setPersistenceUnitRefName(java.lang.String value)
Sets the value of the entityManagerFactoryRefName property.

Parameters:
value - allowed object is String

getPersistenceUnitName

public java.lang.String getPersistenceUnitName()
Gets the value of the persistenceUnitName property.

Returns:
possible object is String

setPersistenceUnitName

public void setPersistenceUnitName(java.lang.String value)
Sets the value of the persistenceUnitName property.

Parameters:
value - allowed object is String

getPattern

public PatternType getPattern()
Gets the value of the pattern property.

Returns:
possible object is PatternType

setPattern

public void setPattern(PatternType value)
Sets the value of the pattern property.

Parameters:
value - allowed object is PatternType


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