org.iids.aos.agent
Class AgentSegment

java.lang.Object
  extended by 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

Field Summary
protected  java.lang.String description
           
static java.lang.String NODESC
           
static java.lang.String NOSUBTYPE
           
protected  java.lang.String subtype
           
 
Constructor Summary
AgentSegment(java.lang.String description, java.lang.String subtype)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getDescription()
           
 java.lang.String getSubtype()
           
 int hashCode()
           
 void setDescription(java.lang.String description)
           
 void setSubtype(java.lang.String subtype)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AgentSegment

public AgentSegment(java.lang.String description,
                    java.lang.String subtype)
Method Detail

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.