org.gcube.messaging.common.messages.records
Class BaseRecord

java.lang.Object
  extended by org.gcube.messaging.common.messages.records.BaseRecord
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdvancedSearchRecord, AISRecord, AnnotationRecord, AquamapsRecord, BrowseRecord, ContentRecord, DocumentWorkflowRecord, GenericRecord, GoogleSearchRecord, HLRecord, LoginRecord, QuickSearchRecord, ReportRecord, SimpleSearchRecord, TSRecord, WarRecord, WebAppRecord

public abstract class BaseRecord
extends Object
implements Serializable

Author:
Andrea Manzi(CERN)
See Also:
Serialized Form

Field Summary
protected  Date date
           
 
Constructor Summary
BaseRecord()
           
 
Method Summary
 Date getDate()
          get the date object
 void setDate(Date date)
          set the date object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date

protected Date date
Constructor Detail

BaseRecord

public BaseRecord()
Method Detail

getDate

public Date getDate()
get the date object

Returns:
the date object

setDate

public void setDate(Date date)
set the date object

Parameters:
date - the date object


Copyright © 2013. All Rights Reserved.