|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.EntityBeanType.Cache
public static class EntityBeanType.Cache
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="isolation-level"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="read-uncommitted"/> <enumeration value="read-committed"/> <enumeration value="repeatable-read"/> </restriction> </simpleType> </element> <element name="size" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
isolationLevel
|
protected int |
size
|
Constructor Summary | |
---|---|
EntityBeanType.Cache()
|
Method Summary | |
---|---|
java.lang.String |
getIsolationLevel()
Gets the value of the isolationLevel property. |
int |
getSize()
Gets the value of the size property. |
void |
setIsolationLevel(java.lang.String value)
Sets the value of the isolationLevel property. |
void |
setSize(int value)
Sets the value of the size 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 isolationLevel
protected int size
Constructor Detail |
---|
public EntityBeanType.Cache()
Method Detail |
---|
public java.lang.String getIsolationLevel()
String
public void setIsolationLevel(java.lang.String value)
value
- allowed object is
String
public int getSize()
public void setSize(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |