Class JobEntryInfo
java.lang.Object
org.exoplatform.services.jcr.ext.backup.JobEntryInfo
Created by The eXo Platform SAS.
Author : Alex Reshetnyak alex.reshetnyak@exoplatform.com.ua Nov
28, 2007
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()Get date.getID()Getting id to job.intgetState()Getting the state of job.intgetType()Getting type of job.getURL()Getting URL to storage.voidSetting date.voidSetting id to job.voidsetState(int state) Setting state.voidsetType(int type) Setting type.voidSetting storage URL.
-
Constructor Details
-
JobEntryInfo
public JobEntryInfo()
-
-
Method Details
-
getType
public int getType()Getting type of job.- Returns:
- int return the type of job
-
getState
public int getState()Getting the state of job.- Returns:
- iot return the state of job
-
getURL
Getting URL to storage.- Returns:
- URL return the url to storage
-
getDate
Get date.- Returns:
- Calendar return the time stamp
-
setType
public void setType(int type) Setting type.- Parameters:
type- int, the type to job
-
setState
public void setState(int state) Setting state.- Parameters:
state- int, the state to job
-
setURL
Setting storage URL.- Parameters:
url- URL, the storage url
-
setDate
Setting date.- Parameters:
calendar- Calendar, the time stamp
-
setID
Setting id to job.- Parameters:
id- Integer, the id to job
-
getID
Getting id to job.- Returns:
- Integer return the id of job
-