public class AbstractBDIInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
id
The belief id.
|
protected java.lang.String |
type
The element type.
|
Constructor and Description |
---|
AbstractBDIInfo()
Create a new info.
|
AbstractBDIInfo(java.lang.Object id,
java.lang.String type)
Create a new info.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Test if two objects are equal.
|
java.lang.Object |
getId()
Return the id.
|
java.lang.String |
getType()
Return the type.
|
int |
hashCode()
Get the hashcode
|
void |
setId(java.lang.Object id)
Set the id.
|
void |
setType(java.lang.String type)
Set the type.
|
protected java.lang.Object id
protected java.lang.String type
public AbstractBDIInfo()
public AbstractBDIInfo(java.lang.Object id, java.lang.String type)
public java.lang.Object getId()
public void setId(java.lang.Object id)
public java.lang.String getType()
public void setType(java.lang.String type)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object