|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.backup.JobEntryInfo
public class JobEntryInfo
Created by The eXo Platform SAS. Author : Alex Reshetnyak alex.reshetnyak@exoplatform.com.ua Nov 28, 2007
| Constructor Summary | |
|---|---|
JobEntryInfo()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobEntryInfo()
| Method Detail |
|---|
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()
|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||