public class JobEntryInfo extends Object
| Constructor and Description |
|---|
JobEntryInfo() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getDate()
Get date.
|
Integer |
getID()
Getting id to job.
|
int |
getState()
Getting the state of job.
|
int |
getType()
Getting type of job.
|
URL |
getURL()
Getting URL to storage.
|
void |
setDate(Calendar calendar)
Setting date.
|
void |
setID(Integer id)
Setting id to job.
|
void |
setState(int state)
Setting state.
|
void |
setType(int type)
Setting type.
|
void |
setURL(URL url)
Setting storage URL.
|
public int getType()
public int getState()
public URL getURL()
public Calendar getDate()
public void setType(int type)
type - int, the type to jobpublic void setState(int state)
state - int, the state to jobpublic void setURL(URL url)
url - URL, the storage urlpublic void setDate(Calendar calendar)
calendar - Calendar, the time stamppublic void setID(Integer id)
id - Integer, the id to jobpublic Integer getID()
Copyright © 2017 eXo Platform SAS. All Rights Reserved.