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 SummaryFields Modifier and Type Field Description protected OAVWeakIdGenerator.OAVInternalObjectIdidThe object type.
 - 
Method SummaryAll 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- 
idprotected OAVWeakIdGenerator.OAVInternalObjectId id The object type.
 
- 
 - 
Method Detail- 
getInternalIdpublic OAVWeakIdGenerator.OAVInternalObjectId getInternalId() Get the internal id.
 - 
toStringpublic java.lang.String toString() Create a string representation of this OAV object id.- Overrides:
- toStringin class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object object) Test if two object are equal.- Overrides:
- equalsin class- java.lang.Object
- Parameters:
- object- The object to compare to.
 
 - 
hashCodepublic int hashCode() Return the hashcode for this id.- Overrides:
- hashCodein class- java.lang.Object
- Returns:
- The hashcode for this id.
 
 
- 
 
-