org.exoplatform.services.jcr.ext.backup
Class JobEntryInfo
java.lang.Object
org.exoplatform.services.jcr.ext.backup.JobEntryInfo
public class JobEntryInfo
- extends java.lang.Object
Created by The eXo Platform SAS Author : Alex Reshetnyak alex.reshetnyak@exoplatform.com.ua Nov
28, 2007
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobEntryInfo
public JobEntryInfo()
getType
public int getType()
getState
public int getState()
getURL
public java.net.URL getURL()
getDate
public java.util.Calendar getDate()
setType
public void setType(int type)
setState
public void setState(int state)
setURL
public void setURL(java.net.URL url)
setDate
public void setDate(java.util.Calendar calendar)
setID
public void setID(java.lang.Integer id)
getID
public java.lang.Integer getID()
Copyright © 2012 eXo Platform SAS. All Rights Reserved.