|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
addProcessRun(IProcessRun processRun)
This method adds a process run to the list of process runs that use this software |
void |
addResource(IResource dr)
|
IPerson |
getContact()
Gets the contact attribute of the Software object |
java.lang.String |
getDescription()
Gets the description attribute of the Software object |
java.lang.Long |
getId()
Gets the id attribute of the Software object |
java.lang.String |
getName()
Gets the name attribute of the Software object |
IPerson |
getPerson()
Gets the person attribute of the Software object |
java.lang.Long |
getPersonId()
Gets the personId attribute of the Software object |
java.util.Collection |
getProcessRuns()
Gets the processRuns attribute of the Software object |
java.net.URL |
getUrl()
Gets the url of the Software object |
java.lang.String |
getVersion()
Gets the version attribute of the Software object |
java.util.Collection |
listResources()
List all the resources associatied with this device |
void |
removeResource(IResource dr)
|
void |
setContact(IPerson contact)
Sets the contact attribute of the Software object |
void |
setDescription(java.lang.String description)
Sets the description attribute of the Software object |
void |
setId(java.lang.Long id)
Sets the id attribute of the Software object |
void |
setName(java.lang.String name)
Sets the name attribute of the Software object |
void |
setPerson(IPerson person)
Sets the person attribute of the Software object |
void |
setPersonId(java.lang.Long personId)
Sets the personId attribute of the Software object |
void |
setProcessRuns(java.util.Collection allProcessRuns)
Sets the processRuns attribute of the Software object |
void |
setUrl(java.net.URL Url)
Sets the url of the Software object |
void |
setVersion(java.lang.String version)
Sets the version attribute of the Software object |
| Method Detail |
public void addResource(IResource dr)
addResource in interface ResourceOwnerdr - The resource to add to this owner. IResourceOwners can
have more than one resource.public IPerson getContact()
public java.lang.String getDescription()
getDescription in interface IDescriptionpublic java.lang.Long getId()
getId in interface ValueObjectpublic java.lang.String getName()
getName in interface IDescriptionpublic IPerson getPerson()
public java.lang.Long getPersonId()
public java.util.Collection getProcessRuns()
public java.net.URL getUrl()
public java.lang.String getVersion()
public java.util.Collection listResources()
listResources in interface ResourceOwnerpublic void removeResource(IResource dr)
removeResource in interface ResourceOwnerdr - The resource to remove from this ownerpublic void setContact(IPerson contact)
contact - The new contact valuepublic void setDescription(java.lang.String description)
setDescription in interface IDescriptiondescription - The new description valuepublic void setId(java.lang.Long id)
setId in interface ValueObjectid - The new id valuepublic void setName(java.lang.String name)
setName in interface IDescriptionname - The new name valuepublic void setPerson(IPerson person)
person - The new person valuepublic void setPersonId(java.lang.Long personId)
personId - The new personId valuepublic void setProcessRuns(java.util.Collection allProcessRuns)
allProcessRuns - The new processRuns valuepublic void setUrl(java.net.URL Url)
public void setVersion(java.lang.String version)
version - The new version valuepublic void addProcessRun(IProcessRun processRun)
processRun - is the ProcessRun to add
to the collection of processRuns
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||