org.apache.ojb.odmg
Class NamedRootsMap.NamedEntry
java.lang.Object
org.apache.ojb.odmg.NamedRootsMap.NamedEntry
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- NamedRootsMap
public static final class NamedRootsMap.NamedEntry
- extends java.lang.Object
- implements java.io.Serializable
represents an entry to the named roots table.
maps names (Strings) to OJB Identities
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamedRootsMap.NamedEntry
public NamedRootsMap.NamedEntry()
prepareForStore
public void prepareForStore(PersistenceBroker broker)
- This has to be called before this object will be persistet.
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getOid
public byte[] getOid()
setOid
public void setOid(byte[] oid)
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30