Package com.deniz.jira.worklog.data
Interface SavedTsAttr
- All Superinterfaces:
net.java.ao.Entity,net.java.ao.RawEntity<java.lang.Integer>
@Preload
public interface SavedTsAttr
extends net.java.ao.Entity
Stores attribute selections for a
SavedTimesheet.-
Method Summary
Modifier and Type Method Description intgetAttrTypeId()java.lang.StringgetAttrValues()this stores values separated with ','.SavedTimesheetgetSavedTimesheet()voidsetAttrTypeId(int attrTypeId)voidsetAttrValues(java.lang.String value)voidsetSavedTimesheet(SavedTimesheet savedTimesheet)
-
Method Details
-
getAttrTypeId
int getAttrTypeId() -
setAttrTypeId
void setAttrTypeId(int attrTypeId) -
getAttrValues
java.lang.String getAttrValues()this stores values separated with ','. -
setAttrValues
void setAttrValues(java.lang.String value) -
getSavedTimesheet
SavedTimesheet getSavedTimesheet() -
setSavedTimesheet
-