|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
public class JaxbDiscriminatorColumn
Field Summary | |
---|---|
protected String |
columnDefinition
|
protected JaxbDiscriminatorType |
discriminatorType
|
protected Integer |
length
|
protected String |
name
|
Constructor Summary | |
---|---|
JaxbDiscriminatorColumn()
|
Method Summary | |
---|---|
String |
getColumnDefinition()
Gets the value of the columnDefinition property. |
JaxbDiscriminatorType |
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(JaxbDiscriminatorType 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected JaxbDiscriminatorType discriminatorType
protected String columnDefinition
protected Integer length
Constructor Detail |
---|
public JaxbDiscriminatorColumn()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public JaxbDiscriminatorType getDiscriminatorType()
JaxbDiscriminatorType
public void setDiscriminatorType(JaxbDiscriminatorType value)
value
- allowed object is
JaxbDiscriminatorType
public String getColumnDefinition()
String
public void setColumnDefinition(String value)
value
- allowed object is
String
public Integer getLength()
Integer
public void setLength(Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |