Class KeyInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.KeyInfo
All Implemented Interfaces:
Serializable

public class KeyInfo extends ValueClass implements Serializable

Contains information about a key object: ID and name.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
    Key ID.
    protected String
    Key name.

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    KeyInfo(int id, String name)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
    void
    setId(int id)
     
    void
     
     

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • id

      protected int id
      Key ID.
    • name

      protected String name
      Key name.
  • Constructor Details

    • KeyInfo

      public KeyInfo()
    • KeyInfo

      public KeyInfo(int id, String name)
    • KeyInfo

      public KeyInfo(KeyInfo rhs)
  • Method Details

    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Object