com.mentata.sg8
Class SG8Change

java.lang.Object
  extended bycom.mentata.sg8.SG8Discovery
      extended bycom.mentata.sg8.SG8Change

public class SG8Change
extends SG8Discovery

A bean defining a directory entry modification and its results. This bean shares the information used in the modification of a directory entry, including the attributes involved and the results of the adjustments.

Since:
0.7
Author:
Jon Roberts

Constructor Summary
SG8Change()
           
 
Method Summary
 int getCount()
          Returns the number of attributes modified in the changed entry.
 String[] getModified()
          Returns the names of attributes modified in the changed entry.
 String[] getResults()
          Returns the results messages for attributes modified in the changed entry.
 void setModified(String[] attributes)
          Sets the attributes modified in the changed entry.
 void setResults(String[] results)
          Sets results messages corresponding to modified attributes.
 
Methods inherited from class com.mentata.sg8.SG8Discovery
getAttribute, getAttributelist, getKeywords, getObject, getSg8attribute, setAttribute, setCurrentattribute, setCurrentlist, setObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SG8Change

public SG8Change()
Method Detail

setModified

public void setModified(String[] attributes)
Sets the attributes modified in the changed entry.

Parameters:
attributes - a list of attribute names

getModified

public String[] getModified()
Returns the names of attributes modified in the changed entry.

Returns:
the names of modified attributes

setResults

public void setResults(String[] results)
Sets results messages corresponding to modified attributes.

Parameters:
results - a list of results messages

getResults

public String[] getResults()
Returns the results messages for attributes modified in the changed entry.

Returns:
the results messages for modified attributes

getCount

public int getCount()
Returns the number of attributes modified in the changed entry.

Returns:
the number of modified attributes