Class DBRecord

java.lang.Object
com.netscape.cmscore.dbs.DBRecord
All Implemented Interfaces:
IAttrSet, IDBObj, Serializable

public class DBRecord extends Object implements IDBObj
See Also:
  • Constructor Details

    • DBRecord

      public DBRecord()
  • Method Details

    • set

      public void set(String name, Object value) throws EBaseException
      Description copied from interface: IAttrSet
      Sets an attribute value within this AttrSet.
      Specified by:
      set in interface IAttrSet
      Parameters:
      name - the name of the attribute
      value - the attribute object.
      Throws:
      EBaseException - on attribute handling errors.
    • get

      public Object get(String name) throws EBaseException
      Description copied from interface: IAttrSet
      Gets an attribute value.
      Specified by:
      get in interface IAttrSet
      Parameters:
      name - the name of the attribute to return.
      Throws:
      EBaseException - on attribute handling errors.
    • delete

      public void delete(String name) throws EBaseException
      Description copied from interface: IAttrSet
      Deletes an attribute value from this AttrSet.
      Specified by:
      delete in interface IAttrSet
      Parameters:
      name - the name of the attribute to delete.
      Throws:
      EBaseException - on attribute handling errors.
    • getElements

      public Enumeration<String> getElements()
      Description copied from interface: IAttrSet
      Returns an enumeration of the names of the attributes existing within this AttrSet.
      Specified by:
      getElements in interface IAttrSet
      Returns:
      an enumeration of the attribute names.
    • getSerializableAttrNames

      public Enumeration<String> getSerializableAttrNames()
      Description copied from interface: IDBObj
      Returns a list of serializable attribute names. This method should return the attribute name even if there is no attribute value for the attribute.
      Specified by:
      getSerializableAttrNames in interface IDBObj
      Returns:
      a list of serializable attribute names