public class JaxbHbmMultiTenancyType extends Object implements Serializable
<p>Java class for multi-tenancy-type complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="multi-tenancy-type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.hibernate.org/xsd/orm/hbm}column-or-formula" minOccurs="0"/> </sequence> <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="formula" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="shared" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="bind-as-param" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType> </pre>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
bindAsParam |
protected JaxbHbmColumnType |
column |
protected String |
columnAttribute |
protected String |
formula |
protected String |
formulaAttribute |
protected Boolean |
shared |
| Constructor and Description |
|---|
JaxbHbmMultiTenancyType() |
| Modifier and Type | Method and Description |
|---|---|
JaxbHbmColumnType |
getColumn()
Gets the value of the column property.
|
String |
getColumnAttribute()
Gets the value of the columnAttribute property.
|
String |
getFormula()
Gets the value of the formula property.
|
String |
getFormulaAttribute()
Gets the value of the formulaAttribute property.
|
boolean |
isBindAsParam()
Gets the value of the bindAsParam property.
|
boolean |
isShared()
Gets the value of the shared property.
|
void |
setBindAsParam(Boolean value)
Sets the value of the bindAsParam property.
|
void |
setColumn(JaxbHbmColumnType value)
Sets the value of the column property.
|
void |
setColumnAttribute(String value)
Sets the value of the columnAttribute property.
|
void |
setFormula(String value)
Sets the value of the formula property.
|
void |
setFormulaAttribute(String value)
Sets the value of the formulaAttribute property.
|
void |
setShared(Boolean value)
Sets the value of the shared property.
|
protected JaxbHbmColumnType column
protected String formula
protected String columnAttribute
protected String formulaAttribute
protected Boolean shared
protected Boolean bindAsParam
public JaxbHbmColumnType getColumn()
Gets the value of the column property.
JaxbHbmColumnTypepublic void setColumn(JaxbHbmColumnType value)
Sets the value of the column property.
value - allowed object is
JaxbHbmColumnTypepublic String getFormula()
Gets the value of the formula property.
Stringpublic void setFormula(String value)
Sets the value of the formula property.
value - allowed object is
Stringpublic String getColumnAttribute()
Gets the value of the columnAttribute property.
Stringpublic void setColumnAttribute(String value)
Sets the value of the columnAttribute property.
value - allowed object is
Stringpublic String getFormulaAttribute()
Gets the value of the formulaAttribute property.
Stringpublic void setFormulaAttribute(String value)
Sets the value of the formulaAttribute property.
value - allowed object is
Stringpublic boolean isShared()
Gets the value of the shared property.
Booleanpublic void setShared(Boolean value)
Sets the value of the shared property.
value - allowed object is
Booleanpublic boolean isBindAsParam()
Gets the value of the bindAsParam property.
BooleanCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.