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

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

public class TSRecord
extends BaseRecord

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

Nested Class Summary
static class TSRecord.TSSubType
           
 
Field Summary
 
Fields inherited from class org.gcube.messaging.common.messages.records.BaseRecord
date
 
Constructor Summary
TSRecord()
           
 
Method Summary
 String getTitle()
          Return the title
 TSRecord.TSSubType getTSsubType()
          get the TS subtype
 void setTitle(String title)
          set the title
 void setTSsubType(TSRecord.TSSubType tSsubType)
          set TS Subtype
 
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

TSRecord

public TSRecord()
Method Detail

getTitle

public String getTitle()
Return the title

Returns:
the title

setTitle

public void setTitle(String title)
set the title

Parameters:
title -

getTSsubType

public TSRecord.TSSubType getTSsubType()
get the TS subtype

Returns:
the subtype

setTSsubType

public void setTSsubType(TSRecord.TSSubType tSsubType)
set TS Subtype

Parameters:
TSsubType - Subtype


Copyright © 2014. All Rights Reserved.