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

Method Summary
 void addChild(Device childDevice)
           
 void addParent(Device parentDevice)
           
 Device getChild(java.lang.String ident)
           
 java.util.Set getChildren()
           
 java.lang.String getDescription()
           
 java.lang.Integer getDeviceId()
           
 java.lang.String getDisplayName()
           
 java.util.Set getHosts()
           
 java.lang.String getIdentification()
           
 java.util.Set getMonitorServers()
           
 Device getParent(java.lang.String ident)
           
 java.util.Set getParents()
           
 void removeChild(Device childDevice)
           
 void removeParent(Device parentDevice)
           
 void setDescription(java.lang.String description)
           
 void setDisplayName(java.lang.String displayName)
           
 void setIdentification(java.lang.String identification)
           
 

Method Detail

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.