Class DiscriminatorColumn
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
-
public class DiscriminatorColumn extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
columnDefinition
protected DiscriminatorType
discriminatorType
protected Integer
length
protected String
name
-
Constructor Summary
Constructors Constructor Description DiscriminatorColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getColumnDefinition()
Gets the value of the columnDefinition property.DiscriminatorType
getDiscriminatorType()
Gets the value of the discriminatorType property.Integer
getLength()
Gets the value of the length property.String
getName()
Gets the value of the name property.void
setColumnDefinition(String value)
Sets the value of the columnDefinition property.void
setDiscriminatorType(DiscriminatorType value)
Sets the value of the discriminatorType property.void
setLength(Integer value)
Sets the value of the length property.void
setName(String value)
Sets the value of the name property.
-
-
-
Field Detail
-
name
protected String name
-
discriminatorType
protected DiscriminatorType discriminatorType
-
columnDefinition
protected String columnDefinition
-
length
protected Integer length
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(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
DiscriminatorType
-
setDiscriminatorType
public void setDiscriminatorType(DiscriminatorType value)
Sets the value of the discriminatorType property.- Parameters:
value
- allowed object isDiscriminatorType
-
getColumnDefinition
public String getColumnDefinition()
Gets the value of the columnDefinition property.- Returns:
- possible object is
String
-
setColumnDefinition
public void setColumnDefinition(String value)
Sets the value of the columnDefinition property.- Parameters:
value
- allowed object isString
-
getLength
public Integer getLength()
Gets the value of the length property.- Returns:
- possible object is
Integer
-
-