|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
addDeployment(IDeployment d)
Adds a feature to the Deployment attribute of the Device object |
void |
addResource(IResource dr)
Adds a feature to the Resource attribute of the Device object |
IPerson |
getContact()
Gets the contact attribute of the Device object |
java.util.Collection |
getDeployments()
Gets the allDeployments attribute of the Device object |
java.lang.String |
getDescription()
Gets the description attribute of the Device object |
java.lang.Long |
getId()
Gets the id attribute of the Device object |
java.lang.String |
getMfgModel()
Gets the mfgModel attribute of the Device object |
java.lang.String |
getMfgName()
Gets the mfgName attribute of the Device object |
java.lang.String |
getMfgSerialNumber()
Gets the mfgSerialNumber attribute of the Device object |
java.lang.String |
getName()
Gets the name attribute of the Device object |
IPerson |
getPerson()
Gets the person attribute of the Device object |
java.lang.Long |
getPersonId()
Gets the personId attribute of the Device object |
java.lang.String |
getPreferredDeploymentRole()
Gets the preferredDeploymentRole attribute of the Device object |
java.util.Collection |
getResources()
|
java.lang.String |
getType()
|
java.util.Collection |
listDeployments()
Description of the Method |
java.util.Collection |
listResources()
List all the configuration files associatied with this device |
void |
removeDeployment(IDeployment d)
|
void |
removeResource(IResource dr)
Description of the Method |
void |
setContact(IPerson contact)
Sets the contact attribute of the Device object |
void |
setDeployments(java.util.Collection deployments)
Sets the allDeployments attribute of the Device object |
void |
setDescription(java.lang.String description)
Sets the description attribute of the Device object |
void |
setId(long id)
Sets the id attribute of the Device object |
void |
setId(java.lang.Long id)
Sets the id attribute of the Device object |
void |
setMfgModel(java.lang.String mfgModel)
Sets the mfgModel attribute of the Device object |
void |
setMfgName(java.lang.String mfgName)
Sets the mfgName attribute of the Device object |
void |
setMfgSerialNumber(java.lang.String mfgSerialNumber)
Sets the mfgSerialNumber attribute of the Device object |
void |
setName(java.lang.String name)
Sets the name attribute of the Device object |
void |
setPerson(IPerson property)
Sets the person attribute of the Device object |
void |
setPersonId(java.lang.Long property)
Sets the personId attribute of the Device object |
void |
setPreferredDeploymentRole(java.lang.String preferredDeploymentRole)
Sets the preferred Deployment Role for this device. |
void |
setResources(java.util.Collection resources)
|
void |
setType(java.lang.String type)
Sets the type attribute of the Device object |
java.lang.String |
toString()
Description of the Method |
| Method Detail |
public void addDeployment(IDeployment d)
d - The feature to be added to the Deployment attributepublic void addResource(IResource dr)
addResource in interface ResourceOwnerdr - The feature to be added to the Resource attributepublic java.util.Collection getDeployments()
public IPerson getContact()
public java.lang.String getDescription()
getDescription in interface IDescriptionpublic java.lang.Long getId()
getId in interface ValueObjectpublic java.lang.String getMfgModel()
public java.lang.String getMfgName()
public java.lang.String getMfgSerialNumber()
public java.lang.String getName()
getName in interface IDescriptionpublic IPerson getPerson()
public java.lang.Long getPersonId()
public java.lang.String getPreferredDeploymentRole()
public java.lang.String getType()
public java.util.Collection listDeployments()
public java.util.Collection listResources()
listResources in interface ResourceOwnerpublic void removeResource(IResource dr)
removeResource in interface ResourceOwnerdr - Description of the Parameterpublic void removeDeployment(IDeployment d)
public void setDeployments(java.util.Collection deployments)
public 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 setId(long id)
id - The new id valuepublic void setMfgModel(java.lang.String mfgModel)
mfgModel - The new mfgModel valuepublic void setMfgName(java.lang.String mfgName)
mfgName - The new mfgName valuepublic void setMfgSerialNumber(java.lang.String mfgSerialNumber)
mfgSerialNumber - The new mfgSerialNumber valuepublic void setName(java.lang.String name)
setName in interface IDescriptionname - The new name valuepublic void setPerson(IPerson property)
property - The new person valuepublic void setPersonId(java.lang.Long property)
property - The new personId valuepublic java.util.Collection getResources()
public void setResources(java.util.Collection resources)
public void setPreferredDeploymentRole(java.lang.String preferredDeploymentRole)
Deployment.PLATFORM_ROLE, Deployment.INSTRUMENT_ROLE and
Deployment.SENSOR_ROLE. This role is overridden by what is set
in Deployment.
preferredDeploymentRole - Deploymentpublic void setType(java.lang.String type)
type - The new type valuepublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||