|
||||||||||
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.JaxbOrderColumn
public class JaxbOrderColumn
Field Summary | |
---|---|
protected String |
columnDefinition
|
protected Boolean |
insertable
|
protected String |
name
|
protected Boolean |
nullable
|
protected Boolean |
updatable
|
Constructor Summary | |
---|---|
JaxbOrderColumn()
|
Method Summary | |
---|---|
String |
getColumnDefinition()
Gets the value of the columnDefinition property. |
String |
getName()
Gets the value of the name property. |
Boolean |
isInsertable()
Gets the value of the insertable property. |
Boolean |
isNullable()
Gets the value of the nullable property. |
Boolean |
isUpdatable()
Gets the value of the updatable property. |
void |
setColumnDefinition(String value)
Sets the value of the columnDefinition property. |
void |
setInsertable(Boolean value)
Sets the value of the insertable property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNullable(Boolean value)
Sets the value of the nullable property. |
void |
setUpdatable(Boolean value)
Sets the value of the updatable 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 Boolean nullable
protected Boolean insertable
protected Boolean updatable
protected String columnDefinition
Constructor Detail |
---|
public JaxbOrderColumn()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Boolean isNullable()
Boolean
public void setNullable(Boolean value)
value
- allowed object is
Boolean
public Boolean isInsertable()
Boolean
public void setInsertable(Boolean value)
value
- allowed object is
Boolean
public Boolean isUpdatable()
Boolean
public void setUpdatable(Boolean value)
value
- allowed object is
Boolean
public String getColumnDefinition()
String
public void setColumnDefinition(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |