org.iids.aos.agent
Class AgentSegment
java.lang.Object
org.iids.aos.agent.AgentSegment
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AgentCodeSegment, AgentDataSegment
public class AgentSegment
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
AgentSegment(java.lang.String description,
java.lang.String subtype)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
NODESC
public static final java.lang.String NODESC
- See Also:
- Constant Field Values
NOSUBTYPE
public static final java.lang.String NOSUBTYPE
- See Also:
- Constant Field Values
description
protected java.lang.String description
subtype
protected java.lang.String subtype
AgentSegment
public AgentSegment(java.lang.String description,
java.lang.String subtype)
setDescription
public void setDescription(java.lang.String description)
getDescription
public java.lang.String getDescription()
setSubtype
public void setSubtype(java.lang.String subtype)
getSubtype
public java.lang.String getSubtype()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
Copyright ? 2003, 2004 IIDS Group. All Rights Reserved.