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

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

public class AquamapsEntry
extends LogEntry

See Also:
Serialized Form

Constructor Summary
AquamapsEntry(java.lang.String line, AccessLogParser.EntryType type)
          constructor
 
Method Summary
 org.gcube.messaging.common.messages.records.BaseRecord fillRecord()
           
 java.lang.String getHspecId()
           
 long getSpeciesCount()
           
 java.lang.String getTitle()
           
 java.lang.String getType()
           
 boolean isGis()
           
 void setGis(boolean gis)
           
 void setHspecId(java.lang.String hspecId)
           
 void setSpeciesCount(long speciesCount)
           
 void setTitle(java.lang.String title)
           
 void setType(java.lang.String type)
           
 
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

AquamapsEntry

public AquamapsEntry(java.lang.String line,
                     AccessLogParser.EntryType type)
              throws java.text.ParseException
constructor

Parameters:
line - the line to parse
The - EntryType
Throws:
java.text.ParseException - exception
Method Detail

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getSpeciesCount

public long getSpeciesCount()

setSpeciesCount

public void setSpeciesCount(long speciesCount)

isGis

public boolean isGis()

setGis

public void setGis(boolean gis)

getHspecId

public java.lang.String getHspecId()

setHspecId

public void setHspecId(java.lang.String hspecId)

fillRecord

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