public class ProtocolRepItem extends java.lang.Object implements RepItem
Constructor and Description |
---|
ProtocolRepItem()
description of this agent
|
ProtocolRepItem(java.lang.String protocolName,
java.lang.String classPath,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClassPath() |
java.lang.String |
getDescription() |
java.lang.String |
getName()
Getters and Setters
|
int |
hashCode() |
public ProtocolRepItem()
public ProtocolRepItem(java.lang.String protocolName, java.lang.String classPath, java.lang.String description)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getName()
public java.lang.String getClassPath()
public java.lang.String getDescription()