public class JaxbHbmFilterAliasMappingType extends Object implements Serializable
Java class for filter-alias-mapping-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="filter-alias-mapping-type">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="table" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entity" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected String |
entity |
protected String |
table |
protected String |
value |
| Constructor and Description |
|---|
JaxbHbmFilterAliasMappingType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the value of the alias property.
|
String |
getEntity()
Gets the value of the entity property.
|
String |
getTable()
Gets the value of the table property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setEntity(String value)
Sets the value of the entity property.
|
void |
setTable(String value)
Sets the value of the table property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String alias
protected String table
protected String entity
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
Stringpublic String getTable()
Stringpublic void setTable(String value)
value - allowed object is
Stringpublic String getEntity()
StringCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.