com.arsdigita.acs.ug
Class GroupField

java.lang.Object
  |
  +--com.arsdigita.acs.Selection
        |
        +--com.arsdigita.acs.ug.GroupField
All Implemented Interfaces:
DataSource

public class GroupField
extends Selection

Record that describes a piece of data stored about groups that are in a certain group type.


Fields inherited from class com.arsdigita.acs.Selection
ctr, db, rs, rsmd
 
Constructor Summary
GroupField(SqlStatement sql, Database db)
           
 
Method Summary
 String getColumnActualType()
           
 String getColumnExtra()
           
 String getColumnName()
           
 String getColumnType()
           
 String getPrettyName()
           
 String getSortKey()
           
 
Methods inherited from class com.arsdigita.acs.Selection
contains, dumpBLOB, freeze, get, getBLOB, keys, next, rownum
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupField

public GroupField(SqlStatement sql,
                  Database db)
           throws SQLException
Method Detail

getColumnName

public String getColumnName()

getPrettyName

public String getPrettyName()

getColumnType

public String getColumnType()

getColumnActualType

public String getColumnActualType()

getColumnExtra

public String getColumnExtra()

getSortKey

public String getSortKey()