eXo JCR :: Component :: Extension Service 1.15.0-CR2

org.exoplatform.services.jcr.ext.backup
Class JobEntryInfo

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.backup.JobEntryInfo

public class JobEntryInfo
extends Object

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

JobEntryInfo

public JobEntryInfo()
Method Detail

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

public URL getURL()
Getting URL to storage.

Returns:
URL return the url to storage

getDate

public Calendar 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

public void setURL(URL url)
Setting storage URL.

Parameters:
url - URL, the storage url

setDate

public void setDate(Calendar calendar)
Setting date.

Parameters:
calendar - Calendar, the time stamp

setID

public void setID(Integer id)
Setting id to job.

Parameters:
id - Integer, the id to job

getID

public Integer getID()
Getting id to job.

Returns:
Integer return the id of job

eXo JCR :: Component :: Extension Service 1.15.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.