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()
           
ComponentInstanceDescriptor(ComponentTypeId typeId, ComponentInstanceId instanceId)
           
 
Method Summary
 boolean equals(Object other)
           
 ComponentInstanceId getInstanceId()
           
 ComponentInstanceStatus getInstanceStatus()
           
 ComponentTypeId getTypeId()
           
 int hashCode()
           
 void setInstanceId(ComponentInstanceId instanceId)
           
 void setInstanceStatus(ComponentInstanceStatus instanceStatus)
           
 void setTypeId(ComponentTypeId typeId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentInstanceDescriptor

public ComponentInstanceDescriptor()

ComponentInstanceDescriptor

public ComponentInstanceDescriptor(ComponentTypeId typeId,
                                   ComponentInstanceId instanceId)
Method Detail

getInstanceId

public ComponentInstanceId getInstanceId()

setInstanceId

public void setInstanceId(ComponentInstanceId instanceId)

getTypeId

public ComponentTypeId getTypeId()

setTypeId

public void setTypeId(ComponentTypeId typeId)

getInstanceStatus

public ComponentInstanceStatus getInstanceStatus()

setInstanceStatus

public void setInstanceStatus(ComponentInstanceStatus instanceStatus)

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, 2012, Oracle and/or its affiliates. All rights reserved.