FileDocCategorySizeDatePackage
NetDevice.javaAPI DocExample290Mon Nov 05 15:22:32 GMT 2001None

NetDevice.java

/* Generated by Together */

public class NetDevice extends Equipment {
    public void setDetails(String description, int ID, String location, String manufacture, String networkType, String networkModel) {
    }

    private String networkType;
    private String networkModel;
}