public class JaxbHbmFilterAliasMappingType
extends java.lang.Object
implements java.io.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 java.lang.String |
alias |
protected java.lang.String |
entity |
protected java.lang.String |
table |
protected java.lang.String |
value |
Constructor and Description |
---|
JaxbHbmFilterAliasMappingType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias()
Gets the value of the alias property.
|
java.lang.String |
getEntity()
Gets the value of the entity property.
|
java.lang.String |
getTable()
Gets the value of the table property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setAlias(java.lang.String value)
Sets the value of the alias property.
|
void |
setEntity(java.lang.String value)
Sets the value of the entity property.
|
void |
setTable(java.lang.String value)
Sets the value of the table property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected java.lang.String alias
protected java.lang.String table
protected java.lang.String entity
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAlias()
String
public void setAlias(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTable()
String
public void setTable(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntity()
String
public void setEntity(java.lang.String value)
value
- allowed object is
String
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.