org.rhq.core.domain.resource.composite
Class DisambiguationReport.Resource

java.lang.Object
  extended by org.rhq.core.domain.resource.composite.DisambiguationReport.Resource
All Implemented Interfaces:
Serializable
Enclosing class:
DisambiguationReport<T>

public static class DisambiguationReport.Resource
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DisambiguationReport.Resource()
           
DisambiguationReport.Resource(int id, String name, DisambiguationReport.ResourceType type)
           
 
Method Summary
 int getId()
           
 String getName()
           
 DisambiguationReport.ResourceType getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DisambiguationReport.Resource

public DisambiguationReport.Resource()

DisambiguationReport.Resource

public DisambiguationReport.Resource(int id,
                                     String name,
                                     DisambiguationReport.ResourceType type)
Parameters:
id -
name -
type -
Method Detail

getId

public int getId()

getName

public String getName()

getType

public DisambiguationReport.ResourceType getType()
Returns:
the resource type to use to disambiguate the concrete resource or null if no type disambiguation is needed.

toString

public String toString()
Overrides:
toString in class Object


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