Interface AttrWorkLog

All Superinterfaces:
net.java.ao.Entity, net.java.ao.RawEntity<java.lang.Integer>

@Preload
public interface AttrWorkLog
extends net.java.ao.Entity
Connects for work log attributes to corresponding work log records.
  • Method Summary

    Modifier and Type Method Description
    int getAttrTypeId()  
    java.lang.String getAttrValue()  
    long getIssueId()  
    long getProjectId()  
    long getWorkLogId()  
    void setAttrTypeId​(int attrTypeId)  
    void setAttrValue​(java.lang.String attrValue)  
    void setIssueId​(long issueId)  
    void setProjectId​(long projectId)  
    void setWorkLogId​(long workLogId)  

    Methods inherited from interface net.java.ao.Entity

    getID

    Methods inherited from interface net.java.ao.RawEntity

    addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save