org.eobjects.datacleaner.monitor.shared.model
Class JobWizardSessionIdentifier

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.shared.model.JobWizardSessionIdentifier
All Implemented Interfaces:
Serializable

public class JobWizardSessionIdentifier
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
JobWizardSessionIdentifier()
           
 
Method Summary
 String getSessionId()
           
 JobWizardIdentifier getWizardIdentifier()
           
 void setSessionId(String sessionId)
           
 void setWizardIdentifier(JobWizardIdentifier wizardIdentifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobWizardSessionIdentifier

public JobWizardSessionIdentifier()
Method Detail

getWizardIdentifier

public JobWizardIdentifier getWizardIdentifier()

setWizardIdentifier

public void setWizardIdentifier(JobWizardIdentifier wizardIdentifier)

getSessionId

public String getSessionId()

setSessionId

public void setSessionId(String sessionId)


Copyright © 2012 Human Inference. All Rights Reserved.