public class DiscriminatorColumn extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
columnDefinition |
protected DiscriminatorType |
discriminatorType |
protected Integer |
length |
protected String |
name |
Constructor and Description |
---|
DiscriminatorColumn() |
Modifier and Type | Method and 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.
|
protected String name
protected DiscriminatorType discriminatorType
protected String columnDefinition
protected Integer length
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public DiscriminatorType getDiscriminatorType()
DiscriminatorType
public void setDiscriminatorType(DiscriminatorType value)
value
- allowed object is
DiscriminatorType
public String getColumnDefinition()
String
public void setColumnDefinition(String value)
value
- allowed object is
String
public Integer getLength()
Integer
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.