org.eclipse.cdt.internal.core
Class COwner

java.lang.Object
  extended by org.eclipse.cdt.internal.core.COwner
All Implemented Interfaces:
ICOwnerInfo

public class COwner
extends java.lang.Object
implements ICOwnerInfo


Constructor Summary
COwner(COwnerConfiguration config)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getID()
           
 java.lang.String getName()
           
 java.lang.String getPlatform()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

COwner

public COwner(COwnerConfiguration config)
       throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException
Method Detail

getID

public java.lang.String getID()
Specified by:
getID in interface ICOwnerInfo

getName

public java.lang.String getName()
Specified by:
getName in interface ICOwnerInfo

getPlatform

public java.lang.String getPlatform()
Specified by:
getPlatform in interface ICOwnerInfo

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object