frontend
Class OIDnode

java.lang.Object
  extended byfrontend.OIDnode

public class OIDnode
extends Object


Constructor Summary
OIDnode()
          Creates a new instance of OIDnode
OIDnode(String name, String oid, String description, String access, String type)
           
 
Method Summary
 String getAccess()
          Getter for property access.
 String getDescription()
          Getter for property description.
 String getName()
          Getter for property name.
 String getOid()
          Getter for property oid.
 String getType()
          Getter for property type.
 void setAccess(String access)
          Setter for property access.
 void setDescription(String description)
          Setter for property description.
 void setName(String name)
          Setter for property name.
 void setOid(String oid)
          Setter for property oid.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OIDnode

public OIDnode(String name,
               String oid,
               String description,
               String access,
               String type)

OIDnode

public OIDnode()
Creates a new instance of OIDnode

Method Detail

toString

public String toString()

getName

public String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(String name)
Setter for property name.

Parameters:
name - New value of property name.

getOid

public String getOid()
Getter for property oid.

Returns:
Value of property oid.

setOid

public void setOid(String oid)
Setter for property oid.

Parameters:
oid - New value of property oid.

getDescription

public String getDescription()
Getter for property description.

Returns:
Value of property description.

setDescription

public void setDescription(String description)
Setter for property description.

Parameters:
description - New value of property description.

getAccess

public String getAccess()
Getter for property access.

Returns:
Value of property access.

getType

public String getType()
Getter for property type.

Returns:
Value of property type.

setAccess

public void setAccess(String access)
Setter for property access.

Parameters:
access - New value of property access.