org.apache.tuscany.das.rdb.config
Interface Column

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ColumnImpl

public interface Column
extends java.io.Serializable

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

getColumnName

java.lang.String getColumnName()
Returns the value of the 'Column Name' attribute.

If the meaning of the 'Column Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Column Name' attribute.
See Also:
setColumnName(String)

setColumnName

void setColumnName(java.lang.String value)
Sets the value of the 'Column Name' attribute.

Parameters:
value - the new value of the 'Column Name' attribute.
See Also:
getColumnName()

getPropertyName

java.lang.String getPropertyName()
Returns the value of the 'Property Name' attribute.

If the meaning of the 'Property Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Property Name' attribute.
See Also:
setPropertyName(String)

setPropertyName

void setPropertyName(java.lang.String value)
Sets the value of the 'Property Name' attribute.

Parameters:
value - the new value of the 'Property Name' attribute.
See Also:
getPropertyName()

getConverterClassName

java.lang.String getConverterClassName()
Returns the value of the 'Converter Class Name' attribute.

If the meaning of the 'Converter Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Converter Class Name' attribute.
See Also:
setConverterClassName(String)

setConverterClassName

void setConverterClassName(java.lang.String value)
Sets the value of the 'Converter Class Name' attribute.

Parameters:
value - the new value of the 'Converter Class Name' attribute.
See Also:
getConverterClassName()

isPrimaryKey

boolean isPrimaryKey()
Returns the value of the 'Primary Key' attribute.

If the meaning of the 'Primary Key' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Primary Key' attribute.
See Also:
setPrimaryKey(boolean)

setPrimaryKey

void setPrimaryKey(boolean value)
Sets the value of the 'Primary Key' attribute.

Parameters:
value - the new value of the 'Primary Key' attribute.
See Also:
isPrimaryKey()

isGenerated

boolean isGenerated()
Returns the value of the 'Generated' attribute.

If the meaning of the 'Generated' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Generated' attribute.
See Also:
setGenerated(boolean)

setGenerated

void setGenerated(boolean value)
Sets the value of the 'Generated' attribute.

Parameters:
value - the new value of the 'Generated' attribute.
See Also:
isGenerated()

isCollision

boolean isCollision()
Returns the value of the 'Collision' attribute.

If the meaning of the 'Collision' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Collision' attribute.
See Also:
setCollision(boolean)

setCollision

void setCollision(boolean value)
Sets the value of the 'Collision' attribute.

Parameters:
value - the new value of the 'Collision' attribute.
See Also:
isCollision()

isManaged

boolean isManaged()
Returns the value of the 'Managed' attribute. The default value is "true".

If the meaning of the 'Managed' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Managed' attribute.
See Also:
setManaged(boolean)

setManaged

void setManaged(boolean value)
Sets the value of the 'Managed' attribute.

Parameters:
value - the new value of the 'Managed' attribute.
See Also:
isManaged()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.