Package org.hibernate.processor.xml.jaxb
Class Index
java.lang.Object
org.hibernate.processor.xml.jaxb.Index
-
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.isUnique()Gets the value of the unique property.voidsetColumnList(String value) Sets the value of the columnList property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the name property.voidSets the value of the unique property.
-
Field Details
-
description
-
name
-
columnList
-
unique
-
-
Constructor Details
-
Index
public Index()
-
-
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
-