Package com.logicaldoc.webserviceclient
Class Entry
- java.lang.Object
-
- com.logicaldoc.webserviceclient.Entry
-
public class Entry extends Object
An entry for checkin operations- Since:
- 8.8.3
- Author:
- Marco Meschieri - LogicalDOC
-
-
Field Summary
Fields Modifier and Type Field Description static intCHECKEDINstatic intLOCALLY_MODIFIED
-
Constructor Summary
Constructors Constructor Description Entry(long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetDownloaded()FilegetFile()StringgetFileName()longgetId()intgetStatus()StringgetVersion()voidsetDownloaded(Date downloaded)voidsetFile(File file)voidsetFileName(String fileName)voidsetId(long id)voidsetVersion(String version)StringtoString()
-
-
-
Field Detail
-
CHECKEDIN
public static final int CHECKEDIN
- See Also:
- Constant Field Values
-
LOCALLY_MODIFIED
public static final int LOCALLY_MODIFIED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getFile
public File getFile()
-
setFile
public void setFile(File file)
-
getDownloaded
public Date getDownloaded()
-
setDownloaded
public void setDownloaded(Date downloaded)
-
getStatus
public int getStatus()
-
-