Class StringBasedID

  • All Implemented Interfaces:
    Serializable

    public class StringBasedID
    extends Object
    implements Serializable
    Base class for typed IDs that are internally represented by a string. This class is not intended for direct use, but should be subclassed for type-safety.
    See Also:
    Serialized Form
    • Constructor Detail

      • StringBasedID

        protected StringBasedID​(String keyString)
        Protected constructor to enforce that subclassing.