TPTP 4.4.0 Platform Project
Internal API Specification

org.eclipse.hyades.internal.execution.remote
Class AgentConfigurationEntry

java.lang.Object
  extended byorg.eclipse.hyades.internal.execution.remote.AgentConfigurationEntry

public class AgentConfigurationEntry
extends java.lang.Object

Insert the type's description here. Creation date: (11/9/00 8:15:42 AM)


Field Summary
protected  boolean _enabled
           
protected  java.lang.String _name
           
protected  java.lang.String _type
           
protected  java.lang.String _value
           
 
Constructor Summary
AgentConfigurationEntry()
          AgentConfigurationEntry constructor comment.
 
Method Summary
 boolean equals(AgentConfigurationEntry rhs)
           
 java.lang.String getName()
          Insert the method's description here.
 java.lang.String getType()
          Insert the method's description here.
 java.lang.String getValue()
          Insert the method's description here.
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 void setName(java.lang.String new_name)
          Insert the method's description here.
 void setType(java.lang.String new_type)
          Insert the method's description here.
 void setValue(java.lang.String new_value)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_type

protected java.lang.String _type

_name

protected java.lang.String _name

_value

protected java.lang.String _value

_enabled

protected boolean _enabled
Constructor Detail

AgentConfigurationEntry

public AgentConfigurationEntry()
AgentConfigurationEntry constructor comment.

Method Detail

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (11/9/00 8:16:49 AM)

Returns:
java.lang.String

getType

public java.lang.String getType()
Insert the method's description here. Creation date: (11/9/00 8:16:49 AM)

Returns:
java.lang.String

getValue

public java.lang.String getValue()
Insert the method's description here. Creation date: (11/9/00 8:16:49 AM)

Returns:
java.lang.String

isEnabled

public boolean isEnabled()

setName

public void setName(java.lang.String new_name)
Insert the method's description here. Creation date: (11/9/00 8:16:49 AM)

Parameters:
new_name - java.lang.String

setType

public void setType(java.lang.String new_type)
Insert the method's description here. Creation date: (11/9/00 8:16:49 AM)

Parameters:
new_type - java.lang.String

setValue

public void setValue(java.lang.String new_value)
Insert the method's description here. Creation date: (11/9/00 8:16:49 AM)

Parameters:
new_value - java.lang.String

setEnabled

public void setEnabled(boolean enabled)

equals

public boolean equals(AgentConfigurationEntry rhs)

TPTP 4.4.0 Platform Project
Internal API Specification