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

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

public class WebAppRecord
extends BaseRecord

See Also:
Serialized Form

Nested Class Summary
 class WebAppRecord.GHN
           
 class WebAppRecord.WebApplication
           
static class WebAppRecord.WebAppSubType
           
 
Field Summary
 
Fields inherited from class org.gcube.messaging.common.messages.records.BaseRecord
date
 
Constructor Summary
WebAppRecord()
           
 
Method Summary
 void addGhn(WebAppRecord.GHN ghn)
           
 void addWebapplication(WebAppRecord.WebApplication webapplication)
           
 ArrayList<WebAppRecord.GHN> getGhns()
           
 WebAppRecord.WebAppSubType getSubType()
           
 ArrayList<WebAppRecord.WebApplication> getWebapplications()
           
 void setSubType(WebAppRecord.WebAppSubType 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

WebAppRecord

public WebAppRecord()
Method Detail

getGhns

public ArrayList<WebAppRecord.GHN> getGhns()

addGhn

public void addGhn(WebAppRecord.GHN ghn)

getWebapplications

public ArrayList<WebAppRecord.WebApplication> getWebapplications()

addWebapplication

public void addWebapplication(WebAppRecord.WebApplication webapplication)

getSubType

public WebAppRecord.WebAppSubType getSubType()

setSubType

public void setSubType(WebAppRecord.WebAppSubType subType)


Copyright © 2014. All Rights Reserved.