Class GUISequence
- java.lang.Object
-
- com.logicaldoc.gui.common.client.beans.GUISequence
-
- All Implemented Interfaces:
Serializable
public class GUISequence extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GUISequence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFolder()
String
getFrequency()
long
getId()
Date
getLastModified()
int
getMonth()
String
getName()
String
getTemplate()
long
getValue()
int
getYear()
void
setFolder(String folder)
void
setFrequency(String frequency)
void
setId(long id)
void
setLastModified(Date lastModified)
void
setMonth(int month)
void
setName(String name)
void
setTemplate(String template)
void
setValue(long value)
void
setYear(int year)
-
-
-
Method Detail
-
getFrequency
public String getFrequency()
-
setFrequency
public void setFrequency(String frequency)
-
getTemplate
public String getTemplate()
-
setTemplate
public void setTemplate(String template)
-
getValue
public long getValue()
-
setValue
public void setValue(long value)
-
getYear
public int getYear()
-
setYear
public void setYear(int year)
-
getMonth
public int getMonth()
-
setMonth
public void setMonth(int month)
-
getId
public long getId()
-
setId
public void setId(long id)
-
getFolder
public String getFolder()
-
setFolder
public void setFolder(String folder)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getLastModified
public Date getLastModified()
-
setLastModified
public void setLastModified(Date lastModified)
-
-