org.voparis
Class WebSampConnector.WebSampConnectorClient

java.lang.Object
  extended by org.voparis.WebSampConnector.WebSampConnectorClient
Enclosing class:
WebSampConnector

public class WebSampConnector.WebSampConnectorClient
extends java.lang.Object

This class defines the metadata of a client as seen from the Samp hub.


Field Summary
 java.lang.String descriptionHtml
          HTML description of the application
 java.lang.String descriptionText
          Short description of the application
 java.lang.String documentationUrl
          URL for a documentation web page
 java.lang.String iconUrl
          URL for a gif, png or jpeg icon identifying the application
 java.lang.String id
          Public identifier for this client
 java.lang.String name
          Application's name
 
Constructor Summary
WebSampConnector.WebSampConnectorClient(java.lang.String client, org.astrogrid.samp.Metadata meta)
          Class constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id
Public identifier for this client


name

public java.lang.String name
Application's name


descriptionText

public java.lang.String descriptionText
Short description of the application


descriptionHtml

public java.lang.String descriptionHtml
HTML description of the application


iconUrl

public java.lang.String iconUrl
URL for a gif, png or jpeg icon identifying the application


documentationUrl

public java.lang.String documentationUrl
URL for a documentation web page

Constructor Detail

WebSampConnector.WebSampConnectorClient

public WebSampConnector.WebSampConnectorClient(java.lang.String client,
                                               org.astrogrid.samp.Metadata meta)
Class constructor

Parameters:
client - public Id of the client
meta - metadata of the client