类 JaxbHbmFilterAliasMappingType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
-
- 所有已实现的接口:
Serializable
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>- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 JaxbHbmFilterAliasMappingType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAlias()Gets the value of the alias property.StringgetEntity()Gets the value of the entity property.StringgetTable()Gets the value of the table property.StringgetValue()Gets the value of the value property.voidsetAlias(String value)Sets the value of the alias property.voidsetEntity(String value)Sets the value of the entity property.voidsetTable(String value)Sets the value of the table property.voidsetValue(String value)Sets the value of the value property.
-
-
-
方法详细资料
-
getValue
public String getValue()
Gets the value of the value property.- 返回:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- 参数:
value- allowed object isString
-
getAlias
public String getAlias()
Gets the value of the alias property.- 返回:
- possible object is
String
-
setAlias
public void setAlias(String value)
Sets the value of the alias property.- 参数:
value- allowed object isString
-
getTable
public String getTable()
Gets the value of the table property.- 返回:
- possible object is
String
-
setTable
public void setTable(String value)
Sets the value of the table property.- 参数:
value- allowed object isString
-
getEntity
public String getEntity()
Gets the value of the entity property.- 返回:
- possible object is
String
-
-