|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfrontend.OIDnode
| 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 |
public OIDnode(String name,
String oid,
String description,
String access,
String type)
public OIDnode()
| Method Detail |
public String toString()
public String getName()
public void setName(String name)
name - New value of property name.public String getOid()
public void setOid(String oid)
oid - New value of property oid.public String getDescription()
public void setDescription(String description)
description - New value of property description.public String getAccess()
public String getType()
public void setAccess(String access)
access - New value of property access.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||