public interface ISpecChange
| Modifier and Type | Method and Description | 
|---|---|
| String | getComments()Get the change comments. | 
| String | getDate()Get the date when the change was made. | 
| String | getHtmlLabel()Get the Jira ticket ID. | 
| String | getHtmlLink()Get the Jira link. | 
| String | getUser()Get the alias of the user who made the change. | 
| String | getVersion()Get the specs version after the change. | 
| void | setComments(String comments)Set the change comments. | 
| void | setDate(String date)Set the date of the change. | 
| void | setHtmlLink(String ticket,
           String link)Set the Jira link. | 
| void | setUser(String user)Set the alias of the user who made the change. | 
| void | setVersion(String version)Set the specs version after the change. | 
String getDate()
void setDate(String date)
date - String getUser()
void setUser(String user)
user - User alias.String getComments()
void setComments(String comments)
comments - String getVersion()
void setVersion(String version)
version - String getHtmlLink()
String getHtmlLabel()
Copyright © 2010–2020 CERN. All rights reserved.