JIDE 3.5.15

com.jidesoft.database
Interface Record

All Known Implementing Classes:
DefaultRecord

public interface Record


Field Summary
static Record EMPTY
           
 
Method Summary
 Object getValue(String field)
           
 boolean isEmpty(String field)
           
 boolean isNull(String field)
           
 void setValue(String field, Object value)
           
 

Field Detail

EMPTY

static final Record EMPTY
Method Detail

isNull

boolean isNull(String field)

isEmpty

boolean isEmpty(String field)

getValue

Object getValue(String field)

setValue

void setValue(String field,
              Object value)

JIDE 3.5.15