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

java.lang.Object
  extended by org.gcube.messaging.common.messages.records.BaseRecord
      extended by org.gcube.messaging.common.messages.records.GenericRecord
All Implemented Interfaces:
Serializable

public class GenericRecord
extends BaseRecord

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

Field Summary
 
Fields inherited from class org.gcube.messaging.common.messages.records.BaseRecord
date
 
Constructor Summary
GenericRecord()
          constructor
 
Method Summary
 String getMessage()
          get the message
 void setMessage(String message)
          set the message
 
Methods inherited from class org.gcube.messaging.common.messages.records.BaseRecord
getDate, setDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericRecord

public GenericRecord()
constructor

Method Detail

getMessage

public String getMessage()
get the message

Returns:
the message

setMessage

public void setMessage(String message)
set the message

Parameters:
message - the message


Copyright © 2013. All Rights Reserved.