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

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

public class AISRecord
extends BaseRecord

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

Nested Class Summary
static class AISRecord.AISSubType
           
 
Field Summary
 
Fields inherited from class org.gcube.messaging.common.messages.records.BaseRecord
date
 
Constructor Summary
AISRecord()
           
 
Method Summary
 AISRecord.AISSubType getAISsubType()
          get the AIS SubType
 String getID()
          get ID
 String getName()
          get the name
 void setAISsubType(AISRecord.AISSubType aISsubType)
          the AISSubtype
 void setID(String iD)
          Set the ID
 void setName(String name)
          Set the name
 
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

AISRecord

public AISRecord()
Method Detail

getID

public String getID()
get ID

Returns:
the ID

setID

public void setID(String iD)
Set the ID

Parameters:
iD -

getName

public String getName()
get the name

Returns:
the name

setName

public void setName(String name)
Set the name

Parameters:
name - the name

getAISsubType

public AISRecord.AISSubType getAISsubType()
get the AIS SubType

Returns:
the AIS SubType

setAISsubType

public void setAISsubType(AISRecord.AISSubType aISsubType)
the AISSubtype

Parameters:
AISsubType - AISSubtype


Copyright © 2014. All Rights Reserved.