public class L2CacheMatch extends Object
Java class for l2CacheMatch complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="l2CacheMatch">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="config" type="{http://ebean-orm.github.io/xml/ns/ignite}l2CacheConfig" minOccurs="0"/>
</all>
<attribute name="matchClasses" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="typeQuery" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="typeBean" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="typeKey" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="typeManyId" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
L2CacheMatch() |
| Modifier and Type | Method and Description |
|---|---|
L2CacheConfig |
getConfig()
Gets the value of the config property.
|
String |
getMatchClasses()
Gets the value of the matchClasses property.
|
Boolean |
isTypeBean()
Gets the value of the typeBean property.
|
Boolean |
isTypeKey()
Gets the value of the typeKey property.
|
Boolean |
isTypeManyId()
Gets the value of the typeManyId property.
|
Boolean |
isTypeQuery()
Gets the value of the typeQuery property.
|
void |
setConfig(L2CacheConfig value)
Sets the value of the config property.
|
void |
setMatchClasses(String value)
Sets the value of the matchClasses property.
|
void |
setTypeBean(Boolean value)
Sets the value of the typeBean property.
|
void |
setTypeKey(Boolean value)
Sets the value of the typeKey property.
|
void |
setTypeManyId(Boolean value)
Sets the value of the typeManyId property.
|
void |
setTypeQuery(Boolean value)
Sets the value of the typeQuery property.
|
String |
toString() |
public L2CacheMatch()
public L2CacheConfig getConfig()
L2CacheConfigpublic void setConfig(L2CacheConfig value)
value - allowed object is
L2CacheConfigpublic String getMatchClasses()
Stringpublic void setMatchClasses(String value)
value - allowed object is
Stringpublic Boolean isTypeQuery()
Booleanpublic void setTypeQuery(Boolean value)
value - allowed object is
Booleanpublic Boolean isTypeBean()
Booleanpublic void setTypeBean(Boolean value)
value - allowed object is
Booleanpublic Boolean isTypeKey()
Booleanpublic void setTypeKey(Boolean value)
value - allowed object is
Booleanpublic Boolean isTypeManyId()
Booleanpublic void setTypeManyId(Boolean value)
value - allowed object is
BooleanCopyright © 2016. All rights reserved.