org.intamap.sensorml
Class SensorModel

java.lang.Object
  extended by org.intamap.sensorml.SensorModel
All Implemented Interfaces:
Serializable

public class SensorModel
extends Object
implements Serializable

Author:
williamw
See Also:
Serialized Form

Constructor Summary
SensorModel(String id, String expression, String URL)
           
 
Method Summary
 String getExpression()
           
 String getId()
           
 String getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensorModel

public SensorModel(String id,
                   String expression,
                   String URL)
Method Detail

getExpression

public String getExpression()

getId

public String getId()

getURL

public String getURL()