public class JaxbHbmFilterAliasMappingType extends Object implements Serializable
<p>Java class for filter-alias-mapping-type complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <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> </pre>
| 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()
Gets the value of the value property.
Stringpublic void setValue(String value)
Sets the value of the value property.
value - allowed object is
Stringpublic String getAlias()
Gets the value of the alias property.
Stringpublic void setAlias(String value)
Sets the value of the alias property.
value - allowed object is
Stringpublic String getTable()
Gets the value of the table property.
Stringpublic void setTable(String value)
Sets the value of the table property.
value - allowed object is
Stringpublic String getEntity()
Gets the value of the entity property.
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.