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 int
getAttrTypeId()
java.lang.String
getAttrValues()
this stores values separated with ','.SavedTimesheet
getSavedTimesheet()
void
setAttrTypeId(int attrTypeId)
void
setAttrValues(java.lang.String value)
void
setSavedTimesheet(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
-