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  String persistenceUnitName
           
protected  String persistenceUnitRefName
           
 
Constructor Summary
PersistenceUnitRefType()
           
 
Method Summary
 PatternType getPattern()
          Gets the value of the pattern property.
 String getPersistenceUnitName()
          Gets the value of the persistenceUnitName property.
 String getPersistenceUnitRefName()
          Gets the value of the entityManagerFactoryRefName property.
 void setPattern(PatternType value)
          Sets the value of the pattern property.
 void setPersistenceUnitName(String value)
          Sets the value of the persistenceUnitName property.
 void setPersistenceUnitRefName(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 String persistenceUnitRefName

persistenceUnitName

protected String persistenceUnitName

pattern

protected PatternType pattern
Constructor Detail

PersistenceUnitRefType

public PersistenceUnitRefType()
Method Detail

getPersistenceUnitRefName

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

Returns:
possible object is String

setPersistenceUnitRefName

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

Parameters:
value - allowed object is String

getPersistenceUnitName

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

Returns:
possible object is String

setPersistenceUnitName

public void setPersistenceUnitName(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-2013 The Apache OpenEJB development community. All Rights Reserved.