org.hyperic.hq.authz.server.session
Class ResourceEdge
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.authz.server.session.ResourceEdge
- All Implemented Interfaces:
- java.io.Serializable
public class ResourceEdge
- extends PersistedObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ResourceEdge
protected ResourceEdge()
getFrom
public Resource getFrom()
setFrom
protected void setFrom(Resource from)
getTo
public Resource getTo()
setTo
protected void setTo(Resource to)
getDistance
public int getDistance()
setDistance
protected void setDistance(int d)
getRelation
public ResourceRelation getRelation()
setRelation
protected void setRelation(ResourceRelation r)
hashCode
public int hashCode()
- Overrides:
hashCode
in class PersistedObject
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class PersistedObject
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.