gov.nasa.pds.tools.logging
Class MessageRecord

java.lang.Object
  extended by gov.nasa.pds.tools.logging.MessageRecord

public class MessageRecord
extends java.lang.Object


Constructor Summary
MessageRecord()
           
 
Method Summary
 java.lang.String getFile()
           
 int getLine()
           
 java.lang.String getMessage()
           
 int getTimesSeen()
           
 boolean hasFile()
           
 boolean hasLine()
           
 void seen()
           
 void setFile(java.lang.String file)
           
 void setLine(int line)
           
 void setMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageRecord

public MessageRecord()
Method Detail

setMessage

public void setMessage(java.lang.String message)

getMessage

public java.lang.String getMessage()

seen

public void seen()

getTimesSeen

public int getTimesSeen()

setFile

public void setFile(java.lang.String file)

getFile

public java.lang.String getFile()

setLine

public void setLine(int line)

getLine

public int getLine()

hasLine

public boolean hasLine()

hasFile

public boolean hasFile()


Copyright © 2005-2009 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.