com.endeca.itl.component.manager
Class ComponentTypeDescriptor

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

public class ComponentTypeDescriptor
extends Object

Contains type and install information of a given component.


Constructor Summary
ComponentTypeDescriptor()
           
ComponentTypeDescriptor(ComponentTypeId typeId, String installPath)
           
 
Method Summary
 boolean equals(Object other)
           
 String getInstallPath()
           
 ComponentTypeId getTypeId()
           
 int hashCode()
           
 void setInstallPath(String installPath)
           
 void setTypeId(ComponentTypeId typeId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentTypeDescriptor

public ComponentTypeDescriptor()

ComponentTypeDescriptor

public ComponentTypeDescriptor(ComponentTypeId typeId,
                               String installPath)
Method Detail

getTypeId

public ComponentTypeId getTypeId()

setTypeId

public void setTypeId(ComponentTypeId typeId)

getInstallPath

public String getInstallPath()

setInstallPath

public void setInstallPath(String installPath)

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.