public class AgentObjectIdentifier extends Object
Constructor and Description |
---|
AgentObjectIdentifier() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
void |
setDescription(String description) |
void |
setKey(String value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getName()
String
public void setName(String value)
value
- allowed object is String
public String getType()
String
public void setType(String value)
value
- allowed object is String
public void setKey(String value)
value
- allowed object is String
public String getDescription()
public void setDescription(String description)
Copyright © 2015 TIBCO Software Inc.. All Rights Reserved.