|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.NSObject
com.novell.admin.ns.DefaultNSObject
com.novell.admin.ns.MODObject
Model for property pages to update multiple objects.
| Field Summary |
| Fields inherited from class com.novell.admin.ns.DefaultNSObject |
addedAttributeDefinitions, namespace, objectEntry |
| Fields inherited from class com.novell.admin.ns.NSObject |
addedAttributes, attributes, classDefinition, deletedAttributes, modifiedAttributes, propertyListeners, revision |
| Constructor Summary | |
MODObject(ObjectEntry objEntry)
Constructor. |
|
| Method Summary | |
protected void |
checkAdd(ObjectAttribute attr,
boolean isForAuxClass)
Checks to see if an attribute can be added to this object. |
ObjectAttribute |
getAttribute(java.lang.String attrName)
Retrieves a specific attribute of this object. |
| Methods inherited from class com.novell.admin.ns.NSObject |
clone |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MODObject(ObjectEntry objEntry)
objEntry - The object entry representation.| Method Detail |
protected void checkAdd(ObjectAttribute attr,
boolean isForAuxClass)
throws NamespaceException
checkAdd in class DefaultNSObjectattr - The definition of the attribute.isForAuxClass - Not used at this time.
NamespaceException - Thrown if an attribute cannot be added to this object.public ObjectAttribute getAttribute(java.lang.String attrName)
getAttribute in class DefaultNSObjectattrName - The name of the attribute to be retrieved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||