org.rhq.core.domain.resource.group.composite
Class ClusterKeyFlyweight

java.lang.Object
  extended by org.rhq.core.domain.resource.group.composite.ClusterKeyFlyweight
All Implemented Interfaces:
Serializable

public class ClusterKeyFlyweight
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ClusterKeyFlyweight()
           
ClusterKeyFlyweight(int resourceTypeId, String resourceKey)
           
 
Method Summary
 boolean equals(Object o)
           
 String getResourceKey()
           
 int getResourceTypeId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterKeyFlyweight

public ClusterKeyFlyweight()

ClusterKeyFlyweight

public ClusterKeyFlyweight(int resourceTypeId,
                           String resourceKey)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getResourceTypeId

public int getResourceTypeId()

getResourceKey

public String getResourceKey()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.