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.
-
MOBase()
-
-
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).
-
getIdentifier(BaseCollection)
-
Use this method to get the Identifier of the Managed object
within the scope of the relativeTo BaseCollection.
-
isIdentical(Identifiable)
- Use this method to see if two objects refer to the same object.
-
setSRootKey(String)
-
-
srootSetBase(BaseCollection)
-
MOBase
public MOBase()
All Packages Class Hierarchy This Package Previous Next Index