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

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.shared.model.JobIdentifier
All Implemented Interfaces:
Serializable, Comparable<JobIdentifier>

public class JobIdentifier
extends Object
implements Serializable, Comparable<JobIdentifier>

Identifies a job in the repository.

See Also:
Serialized Form

Constructor Summary
JobIdentifier()
           
JobIdentifier(String name)
           
 
Method Summary
 int compareTo(JobIdentifier o)
           
 boolean equals(Object obj)
           
 String getName()
           
 int hashCode()
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobIdentifier

public JobIdentifier(String name)

JobIdentifier

public JobIdentifier()
Method Detail

getName

public String getName()

setName

public void setName(String name)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(JobIdentifier o)
Specified by:
compareTo in interface Comparable<JobIdentifier>


Copyright © 2012 Human Inference. All Rights Reserved.