Class GUISyndication
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUISyndication
- All Implemented Interfaces:
Serializable
A Syndication representation
- Since:
- 8.1.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getBatch()
int
long
getId()
long
getName()
int
int
getUrl()
void
setBatch
(long batch) void
setDescription
(String description) void
setEnabled
(int enabled) void
setExcludes
(String excludes) void
setId
(long id) void
setIncludes
(String includes) void
setMaxPacketSize
(long maxPacketSize) void
void
setPassword
(String password) void
setReplicateCustomId
(int replicateCustomId) void
setSourceFolder
(GUIFolder sourceFolder) void
setStartDate
(Date startDate) void
setTargetPath
(String targetPath) void
setTimeout
(int timeout) void
void
setUsername
(String username)
-
Constructor Details
-
GUISyndication
public GUISyndication()
-
-
Method Details
-
getStartDate
-
setStartDate
-
getBatch
public long getBatch() -
setBatch
public void setBatch(long batch) -
getMaxPacketSize
public long getMaxPacketSize() -
setMaxPacketSize
public void setMaxPacketSize(long maxPacketSize) -
getName
-
setName
-
getDescription
-
setDescription
-
getUrl
-
setUrl
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getEnabled
public int getEnabled() -
setEnabled
public void setEnabled(int enabled) -
getSourceFolder
-
setSourceFolder
-
getTargetPath
-
setTargetPath
-
getId
public long getId() -
setId
public void setId(long id) -
getIncludes
-
setIncludes
-
getExcludes
-
setExcludes
-
getReplicateCustomId
public int getReplicateCustomId() -
setReplicateCustomId
public void setReplicateCustomId(int replicateCustomId) -
getTimeout
public int getTimeout() -
setTimeout
public void setTimeout(int timeout)
-