org.rhq.core.domain.resource.composite
Class DisambiguationReport.Resource
java.lang.Object
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
DisambiguationReport.Resource
public DisambiguationReport.Resource()
DisambiguationReport.Resource
public DisambiguationReport.Resource(int id,
String name,
DisambiguationReport.ResourceType type)
- Parameters:
id
- name
- type
-
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.