|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.config.Configuration
org.plasma.config.QueryDSLProvisioning
public class QueryDSLProvisioning
Java class for QueryDSLProvisioning complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryDSLProvisioning">
<complexContent>
<extension base="{http://www.plasma.org/config}Configuration">
<sequence>
<element name="Interface" type="{http://www.plasma.org/config}InterfaceProvisioning" minOccurs="0"/>
<element name="Implementation" type="{http://www.plasma.org/config}ImplementationProvisioning" minOccurs="0"/>
</sequence>
<attribute name="generate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="packageName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected InterfaceProvisioning |
_interface
|
protected Boolean |
generate
|
protected ImplementationProvisioning |
implementation
|
protected String |
packageName
|
| Fields inherited from class org.plasma.config.Configuration |
|---|
properties |
| Constructor Summary | |
|---|---|
QueryDSLProvisioning()
|
|
| Method Summary | |
|---|---|
ImplementationProvisioning |
getImplementation()
Gets the value of the implementation property. |
InterfaceProvisioning |
getInterface()
Gets the value of the interface property. |
String |
getPackageName()
Gets the value of the packageName property. |
boolean |
isGenerate()
Gets the value of the generate property. |
void |
setGenerate(Boolean value)
Sets the value of the generate property. |
void |
setImplementation(ImplementationProvisioning value)
Sets the value of the implementation property. |
void |
setInterface(InterfaceProvisioning value)
Sets the value of the interface property. |
void |
setPackageName(String value)
Sets the value of the packageName property. |
| Methods inherited from class org.plasma.config.Configuration |
|---|
getProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected InterfaceProvisioning _interface
protected ImplementationProvisioning implementation
protected Boolean generate
protected String packageName
| Constructor Detail |
|---|
public QueryDSLProvisioning()
| Method Detail |
|---|
public InterfaceProvisioning getInterface()
InterfaceProvisioningpublic void setInterface(InterfaceProvisioning value)
value - allowed object is
InterfaceProvisioningpublic ImplementationProvisioning getImplementation()
ImplementationProvisioningpublic void setImplementation(ImplementationProvisioning value)
value - allowed object is
ImplementationProvisioningpublic boolean isGenerate()
Booleanpublic void setGenerate(Boolean value)
value - allowed object is
Booleanpublic String getPackageName()
Stringpublic void setPackageName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||