Class SavedTsExtraFieldImp

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

public class SavedTsExtraFieldImp
extends java.lang.Object
implements java.io.Serializable
REST API data class for SavedTsExtraField. May be we should have used ExtraField class. But this requires us to refactor id to fieldId in that class. Created by deniz oguz on 8.09.2016.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    SavedTsExtraFieldImp()  
    SavedTsExtraFieldImp​(java.lang.String fieldId)  
  • Method Summary

    Modifier and Type Method Description
    void copyFrom​(SavedTsExtraField savedTsExtraField)  
    void copyTo​(SavedTsExtraField savedTsExtraField)  
    int getId()  
    void setFieldName​(java.lang.String fieldName)  
    void setFieldType​(java.lang.String fieldType)  

    Methods inherited from class java.lang.Object

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