Class CharIdentity

All Implemented Interfaces:
Externalizable, Serializable, Comparable

public class CharIdentity extends SingleFieldIdentity
This class is for identity with a single character field.
Version:
2.0
See Also:
  • Field Details

    • msg

      private static I18NHelper msg
      The Internationalization message helper.
    • key

      private char key
      The key.
  • Constructor Details

    • CharIdentity

      public CharIdentity(Class pcClass, char key)
      Constructor with class and key.
      Parameters:
      pcClass - the target class
      key - the key
    • CharIdentity

      public CharIdentity(Class pcClass, Character key)
      Constructor with class and key.
      Parameters:
      pcClass - the target class
      key - the key
    • CharIdentity

      public CharIdentity(Class pcClass, String str)
      Constructor with class and key. The String must have exactly one character.
      Parameters:
      pcClass - the target class
      str - the key
    • CharIdentity

      public CharIdentity()
      Constructor only for Externalizable.
  • Method Details