edu.wisc.ssec.mcidasv.jython
Class Console.HistoryEntry

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.jython.Console.HistoryEntry
Enclosing class:
Console

public static class Console.HistoryEntry
extends Object


Field Summary
private  String entry
           
private  Console.HistoryType type
           
 
Constructor Summary
Console.HistoryEntry()
           
Console.HistoryEntry(Console.HistoryType type, String entry)
           
 
Method Summary
 String getEntry()
           
 Console.HistoryType getType()
           
 void setEntry(String entry)
           
 void setType(Console.HistoryType type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

private Console.HistoryType type

entry

private String entry
Constructor Detail

Console.HistoryEntry

public Console.HistoryEntry()

Console.HistoryEntry

public Console.HistoryEntry(Console.HistoryType type,
                            String entry)
Method Detail

setEntry

public void setEntry(String entry)

setType

public void setType(Console.HistoryType type)

getEntry

public String getEntry()

getType

public Console.HistoryType getType()

toString

public String toString()
Overrides:
toString in class Object