public class GUISequence extends Object implements Serializable
Constructor and Description |
---|
GUISequence() |
Modifier and Type | Method and Description |
---|---|
String |
getFolder() |
String |
getFrequency() |
long |
getId() |
int |
getMonth() |
String |
getTemplate() |
long |
getValue() |
int |
getYear() |
void |
setFolder(String folder) |
void |
setFrequency(String frequency) |
void |
setId(long id) |
void |
setMonth(int month) |
void |
setTemplate(String template) |
void |
setValue(long value) |
void |
setYear(int year) |
public String getFrequency()
public void setFrequency(String frequency)
public String getTemplate()
public void setTemplate(String template)
public long getValue()
public void setValue(long value)
public int getYear()
public void setYear(int year)
public int getMonth()
public void setMonth(int month)
public long getId()
public void setId(long id)
public String getFolder()
public void setFolder(String folder)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.