moos.ssds.model
Interface IProcessRun

All Superinterfaces:
IDataProducer, IDateRange, IDescription, ResourceOwner, java.io.Serializable, ValueObject
All Known Implementing Classes:
ProcessRun

public interface IProcessRun
extends IDataProducer, java.io.Serializable

Author:
kgomes To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 java.lang.String getHostName()
           
 ISoftware getSoftware()
           
 java.lang.Long getSoftwareId()
           
 void setHostName(java.lang.String hostName)
           
 void setSoftware(ISoftware p)
           
 void setSoftwareId(java.lang.Long id)
           
 java.lang.String toString()
           
 
Methods inherited from interface moos.ssds.model.IDataProducer
addEvent, addInput, addOutput, addResource, getContact, getContactId, getDateRange, getDescription, getEndDate, getId, getName, getOjbConcreteClass, getStartDate, listAllOutputs, listBestOutput, listDerivedOutputs, listEvents, listInputs, listOutputs, listResources, removeEvent, removeInput, removeOutput, removeResource, setContact, setContactId, setDescription, setEndDate, setId, setName, setOjbConcreteClass, setStartDate
 

Method Detail

getSoftwareId

public java.lang.Long getSoftwareId()

setSoftwareId

public void setSoftwareId(java.lang.Long id)

getSoftware

public ISoftware getSoftware()

setSoftware

public void setSoftware(ISoftware p)

toString

public java.lang.String toString()

getHostName

public java.lang.String getHostName()

setHostName

public void setHostName(java.lang.String hostName)