Class SavedTsAttrImp

java.lang.Object
com.deniz.jira.worklog.data.SavedTsAttrImp
All Implemented Interfaces:
java.io.Serializable

public class SavedTsAttrImp
extends java.lang.Object
implements java.io.Serializable
REST API data class for SavedTsAttr. Created by doguz on 8.09.2016.
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) int id  
  • Constructor Summary

    Constructors 
    Constructor Description
    SavedTsAttrImp()  
  • Method Summary

    Modifier and Type Method Description
    void addAttrValue​(java.lang.String value)  
    void copyFrom​(SavedTsAttr savedTsAttr)  
    void copyTo​(SavedTsAttr savedTsAttr)  
    int getAttrTypeId()  
    int getId()  
    void setAttrTypeId​(int attrTypeId)  
    void setId​(int id)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait