Class GUISyndication
- java.lang.Object
-
- com.logicaldoc.gui.common.client.beans.GUISyndication
-
- All Implemented Interfaces:
Serializable
public class GUISyndication extends Object implements Serializable
A Syndication representation- Since:
- 8.1.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GUISyndication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getBatch()
String
getDescription()
int
getEnabled()
String
getExcludes()
long
getId()
String
getIncludes()
long
getMaxPacketSize()
String
getName()
String
getPassword()
int
getReplicateCustomId()
GUIFolder
getSourceFolder()
Date
getStartDate()
String
getTargetPath()
String
getUrl()
String
getUsername()
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
setName(String name)
void
setPassword(String password)
void
setReplicateCustomId(int replicateCustomId)
void
setSourceFolder(GUIFolder sourceFolder)
void
setStartDate(Date startDate)
void
setTargetPath(String targetPath)
void
setUrl(String url)
void
setUsername(String username)
-
-
-
Method Detail
-
getStartDate
public Date getStartDate()
-
setStartDate
public void setStartDate(Date startDate)
-
getBatch
public long getBatch()
-
setBatch
public void setBatch(long batch)
-
getMaxPacketSize
public long getMaxPacketSize()
-
setMaxPacketSize
public void setMaxPacketSize(long maxPacketSize)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
getEnabled
public int getEnabled()
-
setEnabled
public void setEnabled(int enabled)
-
getSourceFolder
public GUIFolder getSourceFolder()
-
setSourceFolder
public void setSourceFolder(GUIFolder sourceFolder)
-
getTargetPath
public String getTargetPath()
-
setTargetPath
public void setTargetPath(String targetPath)
-
getId
public long getId()
-
setId
public void setId(long id)
-
getIncludes
public String getIncludes()
-
setIncludes
public void setIncludes(String includes)
-
getExcludes
public String getExcludes()
-
setExcludes
public void setExcludes(String excludes)
-
getReplicateCustomId
public int getReplicateCustomId()
-
setReplicateCustomId
public void setReplicateCustomId(int replicateCustomId)
-
-