Class IdentifiableBase

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Direct Known Subclasses:
    Mirror, Profile, Proxy, Server

    public class IdentifiableBase
    extends TrackableBase
    implements java.io.Serializable, java.lang.Cloneable
    Base class for Mirror, Profile, Proxy and Server.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Field Detail

      • id

        private java.lang.String id
        Field id.
    • Constructor Detail

      • IdentifiableBase

        public IdentifiableBase()
    • Method Detail

      • getId

        public java.lang.String getId()
        Get the id field.
        Returns:
        String
      • setId

        public void setId​(java.lang.String id)
        Set the id field.
        Parameters:
        id -