Class JaxbDiscriminatorColumn
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
-
- All Implemented Interfaces:
java.io.Serializable
public class JaxbDiscriminatorColumn extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcolumnDefinitionprotected DiscriminatorTypediscriminatorTypeprotected java.lang.Integerlengthprotected java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description JaxbDiscriminatorColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetColumnDefinition()Gets the value of the columnDefinition property.DiscriminatorTypegetDiscriminatorType()Gets the value of the discriminatorType property.java.lang.IntegergetLength()Gets the value of the length property.java.lang.StringgetName()Gets the value of the name property.voidsetColumnDefinition(java.lang.String value)Sets the value of the columnDefinition property.voidsetDiscriminatorType(DiscriminatorType value)Sets the value of the discriminatorType property.voidsetLength(java.lang.Integer value)Sets the value of the length property.voidsetName(java.lang.String value)Sets the value of the name property.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
discriminatorType
protected DiscriminatorType discriminatorType
-
columnDefinition
protected java.lang.String columnDefinition
-
length
protected java.lang.Integer length
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDiscriminatorType
public DiscriminatorType getDiscriminatorType()
Gets the value of the discriminatorType property.- Returns:
- possible object is
String
-
setDiscriminatorType
public void setDiscriminatorType(DiscriminatorType value)
Sets the value of the discriminatorType property.- Parameters:
value- allowed object isString
-
getColumnDefinition
public java.lang.String getColumnDefinition()
Gets the value of the columnDefinition property.- Returns:
- possible object is
String
-
setColumnDefinition
public void setColumnDefinition(java.lang.String value)
Sets the value of the columnDefinition property.- Parameters:
value- allowed object isString
-
getLength
public java.lang.Integer getLength()
Gets the value of the length property.- Returns:
- possible object is
Integer
-
setLength
public void setLength(java.lang.Integer value)
Sets the value of the length property.- Parameters:
value- allowed object isInteger
-
-