org.apache.ojb.odmg
Class NamedRootsEntry

java.lang.Object
  extended byorg.apache.ojb.odmg.NamedRootsEntry
All Implemented Interfaces:
java.io.Serializable

public class NamedRootsEntry
extends java.lang.Object
implements java.io.Serializable

represents an entry to the named roots table. maps names (Strings) to OJB Identities Creation date: (26.01.2001 19:57:51)

Author:
Thomas Mahler
See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
NamedRootsEntry()
          NamedRootsEntry constructor comment.
NamedRootsEntry(java.lang.String aName, byte[] serializedOID)
          NamedRootsEntry constructor comment.
 
Method Summary
 java.lang.String getName()
          Insert the method's description here.
 byte[] getOid()
          Insert the method's description here.
 void setName(java.lang.String name)
          Sets the name.
 void setOid(byte[] oid)
          Sets the oid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

NamedRootsEntry

public NamedRootsEntry(java.lang.String aName,
                       byte[] serializedOID)
NamedRootsEntry constructor comment.


NamedRootsEntry

public NamedRootsEntry()
NamedRootsEntry constructor comment.

Method Detail

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (26.01.2001 20:00:54)

Returns:
java.lang.String

getOid

public byte[] getOid()
Insert the method's description here. Creation date: (26.01.2001 20:00:54)

Returns:
org.apache.ojb.broker.Identity

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - The name to set

setOid

public void setOid(byte[] oid)
Sets the oid.

Parameters:
oid - The oid to set


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14