net.jini.lookup.entry
Class Comment

java.lang.Object
  |
  +--net.jini.entry.AbstractEntry
        |
        +--net.jini.lookup.entry.Comment

public class Comment
extends AbstractEntry

A free-form comment about a service.

See Also:
Serialized Form

Field Summary
 java.lang.String comment
          The comment itself.
 
Constructor Summary
Comment()
          Construct an empty instance of this class.
Comment(java.lang.String comment)
          Construct an instance of this class, with all fields initialized appropriately.
 
Methods inherited from class net.jini.entry.AbstractEntry
equals, equals, hashCode, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

comment

public java.lang.String comment
The comment itself.
Constructor Detail

Comment

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

Comment

public Comment(java.lang.String comment)
Construct an instance of this class, with all fields initialized appropriately.


Copyright © 1999 Sun Microsystems, Inc. All rights reserved