com.endeca.itl.component.manager
Class ComponentInstanceDescriptor

java.lang.Object
  extended by com.endeca.itl.component.manager.ComponentInstanceDescriptor

public class ComponentInstanceDescriptor
extends Object

Contains type and instance information of a given component.


Constructor Summary
ComponentInstanceDescriptor(ComponentTypeId typeId, ComponentInstanceId instanceId, ComponentInstanceStatus instanceStatus)
           
 
Method Summary
 boolean equals(Object other)
           
 ComponentInstanceId getInstanceId()
           
 ComponentInstanceStatus getInstanceStatus()
           
 ComponentTypeId getTypeId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentInstanceDescriptor

public ComponentInstanceDescriptor(ComponentTypeId typeId,
                                   ComponentInstanceId instanceId,
                                   ComponentInstanceStatus instanceStatus)
Method Detail

getInstanceId

public ComponentInstanceId getInstanceId()

getTypeId

public ComponentTypeId getTypeId()

getInstanceStatus

public ComponentInstanceStatus getInstanceStatus()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.