org.rhq.enterprise.server.resource.disambiguation
Class MutableDisambiguationReport.ResourceType

java.lang.Object
  extended by org.rhq.enterprise.server.resource.disambiguation.MutableDisambiguationReport.ResourceType
All Implemented Interfaces:
Cloneable
Enclosing class:
MutableDisambiguationReport<T>

public static class MutableDisambiguationReport.ResourceType
extends Object
implements Cloneable


Field Summary
 int id
           
 String name
           
 String plugin
           
 boolean singleton
           
 
Constructor Summary
MutableDisambiguationReport.ResourceType()
           
 
Method Summary
 MutableDisambiguationReport.ResourceType clone()
           
 org.rhq.core.domain.resource.composite.DisambiguationReport.ResourceType getResourceType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public int id

name

public String name

plugin

public String plugin

singleton

public boolean singleton
Constructor Detail

MutableDisambiguationReport.ResourceType

public MutableDisambiguationReport.ResourceType()
Method Detail

getResourceType

public org.rhq.core.domain.resource.composite.DisambiguationReport.ResourceType getResourceType()

toString

public String toString()
Overrides:
toString in class Object

clone

public MutableDisambiguationReport.ResourceType clone()
Overrides:
clone in class Object


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