databeans
Class OneInterface

java.lang.Object
  extended bydatabeans.OneInterface
All Implemented Interfaces:
java.io.Serializable

public class OneInterface
extends java.lang.Object
implements java.io.Serializable

Bean used to hold an Interface's list of monitored, unmonitored, and removed Attributes.

Version:
0.1
Author:
gswalters
See Also:
Serialized Form

Constructor Summary
OneInterface(Device device, DeviceInterface anInterface)
           
 
Method Summary
 DeviceInterface getAnInterface()
           
 Device getdevice()
           
 void setADevice(Device device)
           
 void setAnInterface(DeviceInterface anInterface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneInterface

public OneInterface(Device device,
                    DeviceInterface anInterface)
Method Detail

getdevice

public Device getdevice()

setADevice

public void setADevice(Device device)

getAnInterface

public DeviceInterface getAnInterface()

setAnInterface

public void setAnInterface(DeviceInterface anInterface)