|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mentata.sg8.SG8Discovery
com.mentata.sg8.SG8Change
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.
| 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 |
public SG8Change()
| Method Detail |
public void setModified(String[] attributes)
attributes - a list of attribute namespublic String[] getModified()
public void setResults(String[] results)
results - a list of results messagespublic String[] getResults()
public int getCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||