public class Job extends Object
String
name
result
state
Job()
Job(String name, String result, String state, int id, long scheduledDate)
boolean
equals(Object o)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public String name
public String result
public String state
public Job(String name, String result, String state, int id, long scheduledDate)
public Job()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2016. All rights reserved.