public interface IQuestionnaireBase
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description of this questionnaire resource.
|
Id |
getId()
Returns the Id of this questionnaire resource.
|
int |
getOrder()
Returns the order integer of this questionnaire resource.
|
Id |
getParentId()
Returns the Id of the parent resource for sub-sections and questions.
|
java.lang.String |
getRationale()
Returns the rationale of this questionnaire resource.
|
java.lang.String |
getReference()
Returns the reference of this questionnaire resource.
|
java.util.UUID |
getReportID()
Returns the report UUID of this questionnaire resource.
|
java.lang.String |
getTitle()
Returns the title of this questionnaire resource.
|
void |
setDescription(java.lang.String newDescription)
Sets the description of the questionnaire resource.
|
void |
setOrder(int order)
Sets the order of the resource.
|
void |
setRationale(java.lang.String newRationale)
Sets the rationale of the questionnaire resource.
|
void |
setReference(java.lang.String reference)
Sets the reference of this questionnaire resource.
|
void |
setTitle(java.lang.String newTitle)
Sets the title of this questionnaire resource.
|
java.lang.String getTitle()
void setTitle(java.lang.String newTitle)
newTitle
- title of the questionnaire resourcejava.lang.String getDescription()
void setDescription(java.lang.String newDescription)
newDescription
- description of the questionnaire resourceId getParentId()
Id
java.lang.String getRationale()
void setRationale(java.lang.String newRationale)
newRationale
- rationale of the questionnaire resourceint getOrder()
void setOrder(int order)
order
- the order of the resourcejava.lang.String getReference()
void setReference(java.lang.String reference)
reference
- the reference of this questionnaire resourcejava.util.UUID getReportID()
UUID
Licensed Materials - Property of IBM
© Copyright IBM Corp. 2013, 2018. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.