com.groundwork.collage.model
Interface Device
- public interface Device
Device
- Version:
- $Id: Device.java,v 1.9 2005/07/27 21:32:33 rogerrut Exp $
- Author:
- David Sean Taylor
getDeviceId
public java.lang.Integer getDeviceId()
getDisplayName
public java.lang.String getDisplayName()
setDisplayName
public void setDisplayName(java.lang.String displayName)
getIdentification
public java.lang.String getIdentification()
setIdentification
public void setIdentification(java.lang.String identification)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getHosts
public java.util.Set getHosts()
getParents
public java.util.Set getParents()
getParent
public Device getParent(java.lang.String ident)
- Returns:
- the parent Device with the given Identification, or null if no parent
with that Ident can be found
addParent
public void addParent(Device parentDevice)
removeParent
public void removeParent(Device parentDevice)
getChildren
public java.util.Set getChildren()
getChild
public Device getChild(java.lang.String ident)
- Returns:
- the child Device with the given Identification, or null if no child
with that Ident can be found
addChild
public void addChild(Device childDevice)
removeChild
public void removeChild(Device childDevice)
getMonitorServers
public java.util.Set getMonitorServers()
Copyright © 2005 IT Groundwork. All Rights Reserved.