public class JaxbHbmMultiTenancyType
extends java.lang.Object
implements java.io.Serializable
Java class for multi-tenancy-type complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
bindAsParam |
protected JaxbHbmColumnType |
column |
protected java.lang.String |
columnAttribute |
protected java.lang.String |
formula |
protected java.lang.String |
formulaAttribute |
protected java.lang.Boolean |
shared |
Constructor and Description |
---|
JaxbHbmMultiTenancyType() |
Modifier and Type | Method and Description |
---|---|
JaxbHbmColumnType |
getColumn()
Gets the value of the column property.
|
java.lang.String |
getColumnAttribute()
Gets the value of the columnAttribute property.
|
java.lang.String |
getFormula()
Gets the value of the formula property.
|
java.lang.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(java.lang.Boolean value)
Sets the value of the bindAsParam property.
|
void |
setColumn(JaxbHbmColumnType value)
Sets the value of the column property.
|
void |
setColumnAttribute(java.lang.String value)
Sets the value of the columnAttribute property.
|
void |
setFormula(java.lang.String value)
Sets the value of the formula property.
|
void |
setFormulaAttribute(java.lang.String value)
Sets the value of the formulaAttribute property.
|
void |
setShared(java.lang.Boolean value)
Sets the value of the shared property.
|
protected JaxbHbmColumnType column
protected java.lang.String formula
protected java.lang.String columnAttribute
protected java.lang.String formulaAttribute
protected java.lang.Boolean shared
protected java.lang.Boolean bindAsParam
public JaxbHbmColumnType getColumn()
JaxbHbmColumnType
public void setColumn(JaxbHbmColumnType value)
value
- allowed object is
JaxbHbmColumnType
public java.lang.String getFormula()
String
public void setFormula(java.lang.String value)
value
- allowed object is
String
public java.lang.String getColumnAttribute()
String
public void setColumnAttribute(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFormulaAttribute()
String
public void setFormulaAttribute(java.lang.String value)
value
- allowed object is
String
public boolean isShared()
Boolean
public void setShared(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isBindAsParam()
Boolean
public void setBindAsParam(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.