|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILDAPDataSet
Defines the interface for a data set.
Method Summary | |
---|---|
java.lang.String[] |
getAttributeNames()
Get the attribute names. |
java.util.List |
getDataRecords()
Get the data records. |
java.lang.String |
getDataSetName()
Get the data set name. |
void |
setAttributeNames(java.lang.String[] names)
Set the attribute names. |
void |
setDataRecords(java.util.List data)
Set the data records. |
void |
setDataSetName(java.lang.String name)
Set the data set name. |
Method Detail |
---|
java.lang.String getDataSetName()
void setDataSetName(java.lang.String name)
name
- The data set name.java.lang.String[] getAttributeNames()
void setAttributeNames(java.lang.String[] names)
names
- The attribute names.java.util.List getDataRecords()
void setDataRecords(java.util.List data)
data
- The data records.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |