cst.common.businessLayer
Class TrialActivityChange
java.lang.Object
cst.common.businessLayer.TrialActivityChange
public class TrialActivityChange
- extends java.lang.Object
Records a change that is made to a
TrialActivityChange
. Each change
has a subject identifier, date, change description and change author.
Copyright 2010 Medical Research Council Unit for Lifelong Health and Ageing
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- Version:
- 1.0
- Author:
- Kevin Garwood (kgarwood@users.sourceforge.net)
Field Summary |
static java.text.SimpleDateFormat |
DATE_FORMAT
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATE_FORMAT
public static final java.text.SimpleDateFormat DATE_FORMAT
TrialActivityChange
public TrialActivityChange()
getTrialSubjectIdentifier
public java.lang.String getTrialSubjectIdentifier()
- Returns:
- the subjectIdentifier
setTrialSubjectIdentifier
public void setTrialSubjectIdentifier(java.lang.String trialSubjectIdentifier)
- Parameters:
subjectIdentifier
- the subjectIdentifier to set
getDate
public java.util.Date getDate()
- Returns:
- the date
setDate
public void setDate(java.util.Date date)
- Parameters:
date
- the date to set
getChangeDescription
public java.lang.String getChangeDescription()
- Returns:
- the changeComment
setChangeDescription
public void setChangeDescription(java.lang.String changeDescription)
- Parameters:
changeComment
- the changeComment to set
getChangeAuthor
public java.lang.String getChangeAuthor()
- Returns:
- the userID
setChangeAuthor
public void setChangeAuthor(java.lang.String changeAuthor)
- Parameters:
userID
- the userID to set