|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Column
A representation of the model object 'Column'.
The following features are supported:
Method Summary | |
---|---|
java.lang.String |
getColumnName()
Returns the value of the 'Column Name' attribute. |
java.lang.String |
getConverterClassName()
Returns the value of the 'Converter Class Name' attribute. |
java.lang.String |
getPropertyName()
Returns the value of the 'Property Name' attribute. |
boolean |
isCollision()
Returns the value of the 'Collision' attribute. |
boolean |
isGenerated()
Returns the value of the 'Generated' attribute. |
boolean |
isManaged()
Returns the value of the 'Managed' attribute. |
boolean |
isPrimaryKey()
Returns the value of the 'Primary Key' attribute. |
void |
setCollision(boolean value)
Sets the value of the ' Collision ' attribute. |
void |
setColumnName(java.lang.String value)
Sets the value of the ' Column Name ' attribute. |
void |
setConverterClassName(java.lang.String value)
Sets the value of the ' Converter Class Name ' attribute. |
void |
setGenerated(boolean value)
Sets the value of the ' Generated ' attribute. |
void |
setManaged(boolean value)
Sets the value of the ' Managed ' attribute. |
void |
setPrimaryKey(boolean value)
Sets the value of the ' Primary Key ' attribute. |
void |
setPropertyName(java.lang.String value)
Sets the value of the ' Property Name ' attribute. |
Method Detail |
---|
java.lang.String getColumnName()
If the meaning of the 'Column Name' attribute isn't clear, there really should be more of a description here...
setColumnName(String)
void setColumnName(java.lang.String value)
Column Name
' attribute.
value
- the new value of the 'Column Name' attribute.getColumnName()
java.lang.String getPropertyName()
If the meaning of the 'Property Name' attribute isn't clear, there really should be more of a description here...
setPropertyName(String)
void setPropertyName(java.lang.String value)
Property Name
' attribute.
value
- the new value of the 'Property Name' attribute.getPropertyName()
java.lang.String getConverterClassName()
If the meaning of the 'Converter Class Name' attribute isn't clear, there really should be more of a description here...
setConverterClassName(String)
void setConverterClassName(java.lang.String value)
Converter Class Name
' attribute.
value
- the new value of the 'Converter Class Name' attribute.getConverterClassName()
boolean isPrimaryKey()
If the meaning of the 'Primary Key' attribute isn't clear, there really should be more of a description here...
setPrimaryKey(boolean)
void setPrimaryKey(boolean value)
Primary Key
' attribute.
value
- the new value of the 'Primary Key' attribute.isPrimaryKey()
boolean isGenerated()
If the meaning of the 'Generated' attribute isn't clear, there really should be more of a description here...
setGenerated(boolean)
void setGenerated(boolean value)
Generated
' attribute.
value
- the new value of the 'Generated' attribute.isGenerated()
boolean isCollision()
If the meaning of the 'Collision' attribute isn't clear, there really should be more of a description here...
setCollision(boolean)
void setCollision(boolean value)
Collision
' attribute.
value
- the new value of the 'Collision' attribute.isCollision()
boolean isManaged()
"true"
.
If the meaning of the 'Managed' attribute isn't clear, there really should be more of a description here...
setManaged(boolean)
void setManaged(boolean value)
Managed
' attribute.
value
- the new value of the 'Managed' attribute.isManaged()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |