Class JaxbIndexImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbIndexImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnList property.Gets the value of the description property.getName()
Gets the value of the name property.Gets the value of the options property.isUnique()
Gets the value of the unique property.void
setColumnList
(String value) Sets the value of the columnList property.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the name property.void
setOptions
(String value) Sets the value of the options property.void
Sets the value of the unique property.
-
Field Details
-
description
-
name
-
columnList
-
unique
-
options
-
-
Constructor Details
-
JaxbIndexImpl
public JaxbIndexImpl()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getColumnList
Gets the value of the columnList property.- Returns:
- possible object is
String
-
setColumnList
Sets the value of the columnList property.- Parameters:
value
- allowed object isString
-
isUnique
Gets the value of the unique property.- Returns:
- possible object is
Boolean
-
setUnique
Sets the value of the unique property.- Parameters:
value
- allowed object isBoolean
-
getOptions
Gets the value of the options property.- Returns:
- possible object is
String
-
setOptions
Sets the value of the options property.- Parameters:
value
- allowed object isString
-