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)  

    Methods inherited from interface net.java.ao.Entity

    getID

    Methods inherited from interface net.java.ao.RawEntity

    addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save