g-Eclipse
Release 1.0.0

eu.geclipse.servicejob.ui.properties
Class ServiceJobResultProperties

java.lang.Object
  extended by eu.geclipse.servicejob.ui.properties.ServiceJobResultProperties

public class ServiceJobResultProperties
extends java.lang.Object

Class responsible for handling service job's (IServiceJob) properties.


Constructor Summary
ServiceJobResultProperties(IServiceJob serviceJob)
          Creates instance of this class for given source object.
 
Method Summary
 java.lang.Object getEditableValue()
           
 IPropertyDescriptor[] getPropertyDescriptors()
           
 java.lang.Object getPropertyValue(java.lang.Object id)
           
 boolean isPropertySet(java.lang.Object id)
           
 void resetPropertyValue(java.lang.Object id)
           
 void setPropertyValue(java.lang.Object id, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceJobResultProperties

public ServiceJobResultProperties(IServiceJob serviceJob)
Creates instance of this class for given source object.

Parameters:
serviceJob - Service job object for which properties should be shown.
Method Detail

getEditableValue

public java.lang.Object getEditableValue()

getPropertyDescriptors

public IPropertyDescriptor[] getPropertyDescriptors()

getPropertyValue

public java.lang.Object getPropertyValue(java.lang.Object id)

isPropertySet

public boolean isPropertySet(java.lang.Object id)

resetPropertyValue

public void resetPropertyValue(java.lang.Object id)

setPropertyValue

public void setPropertyValue(java.lang.Object id,
                             java.lang.Object value)

g-Eclipse
Release 1.0.0