Package jadex.rules.state.javaimpl
Class OAVWeakIdGenerator.OAVExternalObjectId
- java.lang.Object
-
- jadex.rules.state.javaimpl.OAVWeakIdGenerator.OAVExternalObjectId
-
- Enclosing class:
- OAVWeakIdGenerator
public static class OAVWeakIdGenerator.OAVExternalObjectId extends java.lang.ObjectAn id for an OAV object.
-
-
Field Summary
Fields Modifier and Type Field Description protected OAVWeakIdGenerator.OAVInternalObjectIdidThe object type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)Test if two object are equal.OAVWeakIdGenerator.OAVInternalObjectIdgetInternalId()Get the internal id.inthashCode()Return the hashcode for this id.java.lang.StringtoString()Create a string representation of this OAV object id.
-
-
-
Field Detail
-
id
protected OAVWeakIdGenerator.OAVInternalObjectId id
The object type.
-
-
Method Detail
-
getInternalId
public OAVWeakIdGenerator.OAVInternalObjectId getInternalId()
Get the internal id.
-
toString
public java.lang.String toString()
Create a string representation of this OAV object id.- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object object)
Test if two object are equal.- Overrides:
equalsin classjava.lang.Object- Parameters:
object- The object to compare to.
-
hashCode
public int hashCode()
Return the hashcode for this id.- Overrides:
hashCodein classjava.lang.Object- Returns:
- The hashcode for this id.
-
-