Public Member Functions

cern.laser.console.Comment Class Reference

Inherits java::io::Serializable.

List of all members.

Public Member Functions

 Comment (String newConsoleUser, String newComment)
String getConsoleUser ()
void setConsoleUser (String newConsoleUser)
String getComment ()
void setComment (String newComment)
String toString ()
Object clone ()

Detailed Description

An alarm comment.

Author:
F.Calderini
See also:
cern.laser.console.CommentedAlarmMap

Constructor & Destructor Documentation

cern.laser.console.Comment.Comment ( String  newConsoleUser,
String  newComment 
)

Constructor.

Parameters:
newConsoleUser the author of the comment.
newComment the comment text.

Member Function Documentation

Object cern.laser.console.Comment.clone (  ) 
String cern.laser.console.Comment.getComment (  ) 

Accessor method.

Returns:
the comment text.
String cern.laser.console.Comment.getConsoleUser (  ) 

Accessor method.

Returns:
the author of the comment.
void cern.laser.console.Comment.setComment ( String  newComment  ) 

Accessor method.

Parameters:
newComment the comment text.
void cern.laser.console.Comment.setConsoleUser ( String  newConsoleUser  ) 

Accessor method.

Parameters:
newConsoleUser the author of the comment.
String cern.laser.console.Comment.toString (  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties