|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Hardware
Hardware represents the hardware used. Examples of Hardware include: computers, scanners, wash stations etc...
| Method Summary | |
|---|---|
Contact[] |
getHardwareManufacturers()
Returns the value of this Hardware object's hardwareManufacturers attribute. |
java.lang.String |
getMake()
Returns the value of this Hardware object's make attribute. |
java.lang.String |
getModel()
Returns the value of this Hardware object's model attribute. |
Software[] |
getSoftwares()
Returns the value of this Hardware object's softwares attribute. |
OntologyEntry |
getType()
Returns the value of this Hardware object's type attribute. |
void |
setHardwareManufacturers(Contact[] p_hardwareManufacturers)
Sets the hardwareManufacturers attribute. |
void |
setMake(java.lang.String p_make)
Sets the make attribute. |
void |
setModel(java.lang.String p_model)
Sets the model attribute. |
void |
setSoftwares(Software[] p_softwares)
Sets the softwares attribute. |
void |
setType(OntologyEntry p_type)
Sets the type attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Protocol.Parameterizable |
|---|
getParameterTypes, getURI, setParameterTypes, setURI |
| Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable |
|---|
getIdentifier, getName, setIdentifier, setName |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setModel(java.lang.String p_model)
Hardware object.
p_model - The new value for model.getModel()java.lang.String getModel()
Hardware object's model attribute.
Description of model:
The model (number) of a piece of hardware.
String The value of model.void setMake(java.lang.String p_make)
Hardware object.
p_make - The new value for make.getMake()java.lang.String getMake()
Hardware object's make attribute.
Description of make:
The make of the Hardware (its manufacturer).
String The value of make.void setHardwareManufacturers(Contact[] p_hardwareManufacturers)
Hardware object.
p_hardwareManufacturers - The new value for hardwareManufacturers.getHardwareManufacturers()Contact[] getHardwareManufacturers()
Hardware object's hardwareManufacturers attribute.
gov.nih.nci.mageom.bean.AuditAndSecurity.Contact[] The value of hardwareManufacturers.Contactvoid setSoftwares(Software[] p_softwares)
Hardware object.
p_softwares - The new value for softwares.getSoftwares()Software[] getSoftwares()
Hardware object's softwares attribute.
gov.nih.nci.mageom.bean.Protocol.Software[] The value of softwares.Softwarevoid setType(OntologyEntry p_type)
Hardware object.
p_type - The new value for type.getType()OntologyEntry getType()
Hardware object's type attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry The value of type.OntologyEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||