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:
Serializable

public class AquamapsEntry
extends LogEntry

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gcube.messaging.accounting.portal.logparser.entry.LogEntry
LogEntry.TokensType
 
Field Summary
 
Fields inherited from class org.gcube.messaging.accounting.portal.logparser.entry.LogEntry
date, DATE_FORMAT, entryType, format, line, message, parameterSeparator, parameterValueSeparator, record, user, vre
 
Constructor Summary
AquamapsEntry(String line, AccessLogParser.EntryType type)
          constructor
 
Method Summary
 org.gcube.messaging.common.messages.records.BaseRecord fillRecord()
           
 String getHspecId()
           
 long getSpeciesCount()
           
 String getTitle()
           
 String getType()
           
 boolean isGis()
           
 void setGis(boolean gis)
           
 void setHspecId(String hspecId)
           
 void setSpeciesCount(long speciesCount)
           
 void setTitle(String title)
           
 void setType(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AquamapsEntry

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

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

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getType

public String getType()

setType

public void setType(String type)

getSpeciesCount

public long getSpeciesCount()

setSpeciesCount

public void setSpeciesCount(long speciesCount)

isGis

public boolean isGis()

setGis

public void setGis(boolean gis)

getHspecId

public String getHspecId()

setHspecId

public void setHspecId(String hspecId)

fillRecord

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


Copyright © 2014. All Rights Reserved.