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

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

public static class MutableDisambiguationReport.Resource
extends Object
implements Cloneable


Field Summary
 int id
           
 String name
           
 MutableDisambiguationReport.ResourceType resourceType
           
 
Constructor Summary
MutableDisambiguationReport.Resource()
           
 
Method Summary
 MutableDisambiguationReport.Resource clone()
           
 org.rhq.core.domain.resource.composite.DisambiguationReport.Resource getResource()
           
 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

resourceType

public MutableDisambiguationReport.ResourceType resourceType
Constructor Detail

MutableDisambiguationReport.Resource

public MutableDisambiguationReport.Resource()
Method Detail

getResource

public org.rhq.core.domain.resource.composite.DisambiguationReport.Resource getResource()

toString

public String toString()
Overrides:
toString in class Object

clone

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


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