Interface HistoricalField
public interface HistoricalField
Historical field
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Get the date of the historical field.Get the id of the historical field.Get the name of the historical field.Get the type of the historical field.Get the new display of the historical field.Get the new value of the historical field.Get the old display of the historical field.Get the old value of the historical field.Get the project id of the historical field.Get the user key of the historical field.Get the user name of the historical field.
-
Method Details
-
getDate
String getDate()Get the date of the historical field.- Returns:
- the date of the historical field
-
getFieldId
Integer getFieldId()Get the id of the historical field.- Returns:
- the id of the historical field
-
getFieldName
String getFieldName()Get the name of the historical field.- Returns:
- the name of the historical field
-
getFieldType
String getFieldType()Get the type of the historical field.- Returns:
- the type of the historical field.
-
getUserName
String getUserName()Get the user name of the historical field.- Returns:
- the user name of the historical field
-
getUserKey
String getUserKey()Get the user key of the historical field.- Returns:
- the user key of the historical field
-
getNewDisplay
String getNewDisplay()Get the new display of the historical field.- Returns:
- the new display of the historical field
-
getNewValue
String getNewValue()Get the new value of the historical field.- Returns:
- the new value of the historical field
-
getOldDisplay
String getOldDisplay()Get the old display of the historical field.- Returns:
- the old display of the historical field
-
getOldValue
String getOldValue()Get the old value of the historical field.- Returns:
- the old value of the historical field.
-
getProjectId
Long getProjectId()Get the project id of the historical field.- Returns:
- the project id of the historical field.
-