Class ShortIdentity

All Implemented Interfaces:
Externalizable, Serializable, Comparable

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

    • key

      private short key
  • Constructor Details

    • ShortIdentity

      public ShortIdentity(Class pcClass, short key)
      Constructor with class and key.
      Parameters:
      pcClass - the class
      key - the key
    • ShortIdentity

      public ShortIdentity(Class pcClass, Short key)
      Constructor with class and key.
      Parameters:
      pcClass - the class
      key - the key
    • ShortIdentity

      public ShortIdentity(Class pcClass, String str)
      Constructor with class and key.
      Parameters:
      pcClass - the class
      str - the key
    • ShortIdentity

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