Class Comment

java.lang.Object
net.jini.entry.AbstractEntry
net.jini.lookup.entry.Comment
All Implemented Interfaces:
Serializable, Entry

public class Comment extends AbstractEntry
A free-form comment about a service.
Author:
Sun Microsystems, Inc.
See Also:
  • Field Details

    • comment

      public String comment
      The comment itself.
  • Constructor Details

    • Comment

      public Comment()
      Construct an empty instance of this class.
    • Comment

      public Comment(String comment)
      Construct an instance of this class, with all fields initialized appropriately.
      Parameters:
      comment - the contents of the comment