com.arsdigita.acs.ug
Class MemberField

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

public class MemberField
extends Selection

Record that describes a piece of data stored about users who are members in a particular group or group type.


Fields inherited from class com.arsdigita.acs.Selection
ctr, db, rs, rsmd
 
Constructor Summary
MemberField(SqlStatement sql, Database db)
           
 
Method Summary
 String getFieldName()
           
 String getFieldType()
           
 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

MemberField

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

getFieldName

public String getFieldName()

getFieldType

public String getFieldType()

getSortKey

public String getSortKey()