ice.storm
Interface HistoryEntry


public interface HistoryEntry

This interface describes an entry in the history.


Method Summary
 String getURL()
          Returns the URL of this entry.
 void setPostData(byte[] postData)
          Sets the post data of this entry.
 void setURL(String url)
          Sets the URL of this entry.
 

Method Detail

getURL

public String getURL()
Returns the URL of this entry.


setURL

public void setURL(String url)
Sets the URL of this entry.


setPostData

public void setPostData(byte[] postData)
Sets the post data of this entry.