TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.hyades.trace.ui.internal.launcher
Class ProfilingSetType

java.lang.Object
  extended byorg.eclipse.hyades.trace.ui.internal.launcher.ProfilingSetType
All Implemented Interfaces:
org.eclipse.hyades.trace.ui.launcher.IProfilingSetType

Deprecated. Contributors should refrain from using profiling sets or any related API. The concept along with associated APIs of profiling sets is deprecated since TPTP v4.2

public class ProfilingSetType
extends java.lang.Object
implements org.eclipse.hyades.trace.ui.launcher.IProfilingSetType


Field Summary
protected  java.lang.String description
          Deprecated.  
protected  java.lang.String group
          Deprecated.  
protected  java.lang.String id
          Deprecated.  
protected  org.eclipse.jface.resource.ImageDescriptor image
          Deprecated.  
protected  java.lang.String name
          Deprecated.  
protected  org.eclipse.hyades.trace.ui.launcher.IProfilingType profilingType
          Deprecated.  
protected  boolean useFilters
          Deprecated.  
 
Constructor Summary
ProfilingSetType(java.lang.String id, java.lang.String name, java.lang.String description, org.eclipse.jface.resource.ImageDescriptor image, boolean useFilters, java.lang.String group, org.eclipse.hyades.trace.ui.launcher.IProfilingType profilingType)
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated. Ali M.: -- Compares this object with the passed object and returns true iff the passed object is of type IProfilingSetType and has the same ID.
 java.lang.String getDescription()
          Deprecated.  
 java.lang.String getGroup()
          Deprecated.  
 java.lang.String getId()
          Deprecated.  
 org.eclipse.jface.resource.ImageDescriptor getImage()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 org.eclipse.hyades.trace.ui.launcher.IProfilingType getProfilingType()
          Deprecated.  
 boolean isUseFilters()
          Deprecated.  
 void setDescription(java.lang.String description)
          Deprecated.  
 void setGroup(java.lang.String group)
          Deprecated.  
 void setId(java.lang.String id)
          Deprecated.  
 void setImage(org.eclipse.jface.resource.ImageDescriptor image)
          Deprecated.  
 void setName(java.lang.String name)
          Deprecated.  
 void setProfilingType(org.eclipse.hyades.trace.ui.launcher.IProfilingType profilingType)
          Deprecated.  
 void setUseFilters(boolean useFilters)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id
Deprecated. 

name

protected java.lang.String name
Deprecated. 

description

protected java.lang.String description
Deprecated. 

image

protected org.eclipse.jface.resource.ImageDescriptor image
Deprecated. 

useFilters

protected boolean useFilters
Deprecated. 

group

protected java.lang.String group
Deprecated. 

profilingType

protected org.eclipse.hyades.trace.ui.launcher.IProfilingType profilingType
Deprecated. 
Constructor Detail

ProfilingSetType

public ProfilingSetType(java.lang.String id,
                        java.lang.String name,
                        java.lang.String description,
                        org.eclipse.jface.resource.ImageDescriptor image,
                        boolean useFilters,
                        java.lang.String group,
                        org.eclipse.hyades.trace.ui.launcher.IProfilingType profilingType)
Deprecated. 
Parameters:
id -
name -
description -
image -
useFilters -
group -
profilingType -
Method Detail

getId

public java.lang.String getId()
Deprecated. 
Specified by:
getId in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Returns:
Returns the id.

setId

public void setId(java.lang.String id)
Deprecated. 
Specified by:
setId in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Parameters:
id - The id to set.

getImage

public org.eclipse.jface.resource.ImageDescriptor getImage()
Deprecated. 
Specified by:
getImage in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Returns:
Returns the image.

setImage

public void setImage(org.eclipse.jface.resource.ImageDescriptor image)
Deprecated. 
Specified by:
setImage in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Parameters:
image - The image to set.

getName

public java.lang.String getName()
Deprecated. 
Specified by:
getName in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Deprecated. 
Specified by:
setName in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Parameters:
name - The name to set.

getProfilingType

public org.eclipse.hyades.trace.ui.launcher.IProfilingType getProfilingType()
Deprecated. 
Specified by:
getProfilingType in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Returns:
Returns the profilingType.

setProfilingType

public void setProfilingType(org.eclipse.hyades.trace.ui.launcher.IProfilingType profilingType)
Deprecated. 
Specified by:
setProfilingType in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Parameters:
profilingType - The profilingType to set.

isUseFilters

public boolean isUseFilters()
Deprecated. 
Specified by:
isUseFilters in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Returns:
Returns the useFilters.

setUseFilters

public void setUseFilters(boolean useFilters)
Deprecated. 
Specified by:
setUseFilters in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Parameters:
useFilters - The useFilters to set.

getDescription

public java.lang.String getDescription()
Deprecated. 
Specified by:
getDescription in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Deprecated. 
Specified by:
setDescription in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Parameters:
description - The description to set.

getGroup

public java.lang.String getGroup()
Deprecated. 
Specified by:
getGroup in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Returns:
Returns the group.

setGroup

public void setGroup(java.lang.String group)
Deprecated. 
Specified by:
setGroup in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetType
Parameters:
group - The group to set.

equals

public boolean equals(java.lang.Object obj)
Deprecated. 
Ali M.: -- Compares this object with the passed object and returns true iff the passed object is of type IProfilingSetType and has the same ID.

Parameters:
obj - The object that will be compared with this object
Returns:
True if this object is equalled to this object

TPTP 4.2.0 Platform Project
Internal API Specification