org.eobjects.datacleaner.monitor.shared.model
Class JobIdentifier
java.lang.Object
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
JobIdentifier
public JobIdentifier(String name)
JobIdentifier
public JobIdentifier()
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.