| |
|
| java.lang.Object ch.ethz.prose.query.AspectSurrogate
AspectSurrogate | public class AspectSurrogate implements java.io.Serializable(Code) | | Class AspectSurrogate XXX
version: $Revision: 1.1.1.1 $ author: Andrei Popovici |
AspectSurrogate | public AspectSurrogate(String aspectClassName, Object associatedObject)(Code) | | |
equals | public boolean equals(Object obj)(Code) | | Indicates whether some other object is "equal to" this one. The
result is true if and only if obj is
not null and is a instance of
AspectSurrogate and has equal contents as this
object.
Parameters: obj - other object with which to compare true iff obj is equal to thisAspectSurrogate |
getAssociatedObject | public Object getAssociatedObject()(Code) | | |
hashCode | public int hashCode()(Code) | | Returns a hashcode for this object.
hashcode value |
|
|
|