org.gcube.messaging.accounting.portal.logparser.entry
Class BrowseCollectionEntry

java.lang.Object
  extended by org.gcube.messaging.accounting.portal.logparser.entry.LogEntry
      extended by org.gcube.messaging.accounting.portal.logparser.entry.BrowseCollectionEntry
All Implemented Interfaces:
java.io.Serializable

public class BrowseCollectionEntry
extends LogEntry

Author:
Andrea
See Also:
Serialized Form

Constructor Summary
BrowseCollectionEntry(java.lang.String line)
           
 
Method Summary
 org.gcube.messaging.common.messages.records.BaseRecord fillRecord()
           
 
Methods inherited from class org.gcube.messaging.accounting.portal.logparser.entry.LogEntry
getDate, getEntryType, getMessage, getRecord, getUser, getVre, parse, setDate, setEntryType, setMessage, setRecordName, setUser, setVre, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrowseCollectionEntry

public BrowseCollectionEntry(java.lang.String line)
                      throws java.text.ParseException
Throws:
java.text.ParseException
Method Detail

fillRecord

public org.gcube.messaging.common.messages.records.BaseRecord fillRecord()
Specified by:
fillRecord in class LogEntry