Interface HistoricalField
public interface HistoricalField
Historical field
- 
Method SummaryModifier 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- 
getDateString getDate()Get the date of the historical field.- Returns:
- the date of the historical field
 
- 
getFieldIdInteger getFieldId()Get the id of the historical field.- Returns:
- the id of the historical field
 
- 
getFieldNameString getFieldName()Get the name of the historical field.- Returns:
- the name of the historical field
 
- 
getFieldTypeString getFieldType()Get the type of the historical field.- Returns:
- the type of the historical field.
 
- 
getUserNameString getUserName()Get the user name of the historical field.- Returns:
- the user name of the historical field
 
- 
getUserKeyString getUserKey()Get the user key of the historical field.- Returns:
- the user key of the historical field
 
- 
getNewDisplayString getNewDisplay()Get the new display of the historical field.- Returns:
- the new display of the historical field
 
- 
getNewValueString getNewValue()Get the new value of the historical field.- Returns:
- the new value of the historical field
 
- 
getOldDisplayString getOldDisplay()Get the old display of the historical field.- Returns:
- the old display of the historical field
 
- 
getOldValueString getOldValue()Get the old value of the historical field.- Returns:
- the old value of the historical field.
 
- 
getProjectIdLong getProjectId()Get the project id of the historical field.- Returns:
- the project id of the historical field.
 
 
-