moos.ssds.model
Interface IDataStream

All Superinterfaces:
IDataContainer, IDateRange, IDescription, IUrlAccess, ResourceOwner, java.io.Serializable, ValueObject
All Known Implementing Classes:
DataStream

public interface IDataStream
extends java.io.Serializable, IDataContainer, IUrlAccess

Author:
kgomes

Method Summary
 java.net.URL getUrl()
           
 boolean isWebAccessible()
           
 void setUrl(java.net.URL url)
           
 
Methods inherited from interface moos.ssds.model.IDataContainer
addConsumer, addRecordDescription, addResource, getContact, getCreator, getDataProducerId, getDateRange, getDescription, getEndDate, getId, getName, getPerson, getPersonId, getRecordDescription, getRecordDescriptions, getStartDate, isOriginal, listAllConsumers, listAllInputs, listAllOutputs, listAllProducers, listDerivedOutputs, listDirectConsumers, listDirectInputs, listIndirectConsumers, listIndirectCreators, listIndirectInputs, listRecordDescriptions, listResources, removeConsumer, removeRecordDescription, removeResource, setContact, setCreator, setDataProducerId, setDescription, setEndDate, setId, setName, setOriginal, setPerson, setPersonId, setRecordDescription, setRecordDescriptions, setStartDate, toString
 

Method Detail

getUrl

public java.net.URL getUrl()
Specified by:
getUrl in interface IUrlAccess

setUrl

public void setUrl(java.net.URL url)
Specified by:
setUrl in interface IUrlAccess

isWebAccessible

public boolean isWebAccessible()
Specified by:
isWebAccessible in interface IUrlAccess