Klasse ViewColumn
java.lang.Object
org.apache.torque.templates.model.ViewColumn
The model of the column tag in a Torque schema file.
- Version:
- $Id: $
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungWhether getters and setters for the field in the database object should be protected instead of public.The description of (== comment for) the view column.The domain reference name to set common settings.The list of inheritances for this view column.The field name for the view column in the database object.The type of the field for the view column in the database object.The view column's name.The list of options for this view column.The view to which the view column belongs.The scale of the view column.The sql snippet which contains the value to select.How many decimal places, characters or bytes the view column can take.The type of the view column. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
parent
The view to which the view column belongs. -
options
The list of options for this view column. -
inheritances
The list of inheritances for this view column. -
name
The view column's name. -
type
The type of the view column. -
size
How many decimal places, characters or bytes the view column can take. -
scale
The scale of the view column. -
javaName
The field name for the view column in the database object. -
javaType
The type of the field for the view column in the database object. -
domain
The domain reference name to set common settings. -
select
The sql snippet which contains the value to select. -
_protected
Whether getters and setters for the field in the database object should be protected instead of public. -
description
The description of (== comment for) the view column.
-
-
Konstruktordetails
-
ViewColumn
public ViewColumn()
-