com.btmatthews.ldapunit
Interface ILDAPDataSet


public interface ILDAPDataSet

Defines the interface for a data set.

Version:
1.0
Author:
Brian Matthews

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

getDataSetName

java.lang.String getDataSetName()
Get the data set name.

Returns:
The data set name.

setDataSetName

void setDataSetName(java.lang.String name)
Set the data set name.

Parameters:
name - The data set name.

getAttributeNames

java.lang.String[] getAttributeNames()
Get the attribute names.

Returns:
The attribute names.

setAttributeNames

void setAttributeNames(java.lang.String[] names)
Set the attribute names.

Parameters:
names - The attribute names.

getDataRecords

java.util.List getDataRecords()
Get the data records.

Returns:
The data records.

setDataRecords

void setDataRecords(java.util.List data)
Set the data records.

Parameters:
data - The data records.


Copyright © 2008 Brian Thomas Matthews. All Rights Reserved.