|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.novell.admin.ns.NSObject | +--com.novell.admin.ns.DefaultNSObject | +--com.novell.admin.ns.MODObject
Model for property pages to update multiple objects.
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(com.novell.application.console.snapin.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(com.novell.application.console.snapin.ObjectEntry objEntry)
objEntry
- The object entry representation.Method Detail |
public ObjectAttribute getAttribute(java.lang.String attrName)
attrName
- The name of the attribute to be retrieved.protected void checkAdd(ObjectAttribute attr, boolean isForAuxClass) throws NamespaceException
attr
- The definition of the attribute.isForAuxClass
- Not used at this time.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |