Package oms3.ngmf.ui.mms
Class ParameterSetHistory
- java.lang.Object
-
- oms3.ngmf.ui.mms.ParameterSetHistory
-
public class ParameterSetHistory extends Object
-
-
Constructor Summary
Constructors Constructor Description ParameterSetHistory(Object what, String comment)ParameterSetHistory(String hist_string)ParameterSetHistory(String date, String who, String what, String source, String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()Getter for property comment.StringgetDate()Getter for property date.StringgetSource()Getter for property classMethod.StringgetWhat()Getter for property what.StringgetWho()Getter for property who.voidsetComment(String comment)Setter for property comment.StringtoString()
-
-
-
Method Detail
-
getDate
public String getDate()
Getter for property date.- Returns:
- Value of property date.
-
getWho
public String getWho()
Getter for property who.- Returns:
- Value of property who.
-
getComment
public String getComment()
Getter for property comment.- Returns:
- Value of property comment.
-
setComment
public void setComment(String comment)
Setter for property comment.
-
getSource
public String getSource()
Getter for property classMethod.- Returns:
- Value of property classMethod.
-
getWhat
public String getWhat()
Getter for property what.- Returns:
- Value of property what.
-
-