public class L2Configuration extends Object
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">
<all>
<element name="base" type="{http://ebean-orm.github.io/xml/ns/ignite}l2CacheConfig" minOccurs="0"/>
<element name="baseBean" type="{http://ebean-orm.github.io/xml/ns/ignite}l2CacheConfig" minOccurs="0"/>
<element name="baseKey" type="{http://ebean-orm.github.io/xml/ns/ignite}l2CacheConfig" minOccurs="0"/>
<element name="baseManyIds" type="{http://ebean-orm.github.io/xml/ns/ignite}l2CacheConfig" minOccurs="0"/>
<element name="baseQuery" type="{http://ebean-orm.github.io/xml/ns/ignite}l2CacheConfig" minOccurs="0"/>
<element name="apply" type="{http://ebean-orm.github.io/xml/ns/ignite}l2Apply" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
L2Configuration() |
| Modifier and Type | Method and Description |
|---|---|
L2Apply |
getApply()
Gets the value of the apply property.
|
L2CacheConfig |
getBase()
Gets the value of the base property.
|
L2CacheConfig |
getBaseBean()
Gets the value of the baseBean property.
|
L2CacheConfig |
getBaseKey()
Gets the value of the baseKey property.
|
L2CacheConfig |
getBaseManyIds()
Gets the value of the baseManyIds property.
|
L2CacheConfig |
getBaseQuery()
Gets the value of the baseQuery property.
|
void |
setApply(L2Apply value)
Sets the value of the apply property.
|
void |
setBase(L2CacheConfig value)
Sets the value of the base property.
|
void |
setBaseBean(L2CacheConfig value)
Sets the value of the baseBean property.
|
void |
setBaseKey(L2CacheConfig value)
Sets the value of the baseKey property.
|
void |
setBaseManyIds(L2CacheConfig value)
Sets the value of the baseManyIds property.
|
void |
setBaseQuery(L2CacheConfig value)
Sets the value of the baseQuery property.
|
public L2Configuration()
public L2CacheConfig getBase()
L2CacheConfigpublic void setBase(L2CacheConfig value)
value - allowed object is
L2CacheConfigpublic L2CacheConfig getBaseBean()
L2CacheConfigpublic void setBaseBean(L2CacheConfig value)
value - allowed object is
L2CacheConfigpublic L2CacheConfig getBaseKey()
L2CacheConfigpublic void setBaseKey(L2CacheConfig value)
value - allowed object is
L2CacheConfigpublic L2CacheConfig getBaseManyIds()
L2CacheConfigpublic void setBaseManyIds(L2CacheConfig value)
value - allowed object is
L2CacheConfigpublic L2CacheConfig getBaseQuery()
L2CacheConfigpublic void setBaseQuery(L2CacheConfig value)
value - allowed object is
L2CacheConfigpublic L2Apply getApply()
L2ApplyCopyright © 2016. All rights reserved.