Class COM.ibm.jaws.services.sroot.MOBase
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.services.sroot.MOBase

java.lang.Object
   |
   +----COM.ibm.jaws.motk.BaseAO
           |
           +----COM.ibm.jaws.services.sroot.MOBase

public class MOBase
extends BaseAO
implements SRootMO
This is a base MO for building root objects. Inherit from it and override any methods you need to. See Building a root object for detailed info.

Constructor Index

 o MOBase()

Method Index

 o getConstantRandomId()
Use this method to get a standard hash of the object's Identifier that can be used to quickly prove "non" identity (but not identity).
 o getIdentifier(BaseCollection)
Use this method to get the Identifier of the Managed object within the scope of the relativeTo BaseCollection.
 o isIdentical(Identifiable)
Use this method to see if two objects refer to the same object.
 o setSRootKey(String)
 o srootSetBase(BaseCollection)

Constructors

 o MOBase
  public MOBase()

All Packages  Class Hierarchy  This Package  Previous  Next  Index