Public Member Functions | |
| ClassOfObjects (String name, String type) | |
| String | name () |
| Accessor for attribute name. | |
| String | name (String name) |
| Mutator for attribute name. | |
| String | type () |
| Accessor for attribute type. | |
| String | type (String type) |
| Mutator for attribute type. | |
| String | memberType () |
| The ServiceDependency type of members. | |
| String | id () |
| return a unique id for this service/object, composed of the object type and name | |
| Vector | members () |
| Accessor for attribute members. | |
| void | members (String member) |
| Add a member. | |
Static Public Attributes | |
| static final String | TYPE_USERCLASS = "personclass" |
| static final String | TYPE_HOSTCLASS = "hostclass" |
Protected Attributes | |
| String | name = "" |
| Name of this class. | |
| String | type = "" |
| Type of this object: see TYPE_*. | |
| Vector | members = new Vector() |
| alphabetically sorted list of members | |
|
||||||||||||
|
|
|
|
return a unique id for this service/object, composed of the object type and name
|
|
|
Add a member. alphabetically sorted list of members |
|
|
Accessor for attribute members. alphabetically sorted list of members |
|
|
The ServiceDependency type of members.
|
|
|
Mutator for attribute name. Name of this class. |
|
|
Accessor for attribute name. Name of this class. |
|
|
Mutator for attribute type. Type of this object: see TYPE_*. |
|
|
Accessor for attribute type. Type of this object: see TYPE_*. |
|
|
alphabetically sorted list of members
|
|
|
Name of this class.
|
|
|
Type of this object: see TYPE_*.
|
|
|
|
|
|
|
1.4.5