|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.AbstractNamingEntryType
org.apache.openejb.jee.oejb2.PersistenceUnitRefType
public class PersistenceUnitRefType
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 |
---|
protected java.lang.String persistenceUnitRefName
protected java.lang.String persistenceUnitName
protected PatternType pattern
Constructor Detail |
---|
public PersistenceUnitRefType()
Method Detail |
---|
public java.lang.String getPersistenceUnitRefName()
String
public void setPersistenceUnitRefName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPersistenceUnitName()
String
public void setPersistenceUnitName(java.lang.String value)
value
- allowed object is
String
public PatternType getPattern()
PatternType
public void setPattern(PatternType value)
value
- allowed object is
PatternType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |