|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intland.codebeamer.persistence.dto.base.IdentifiableDto
com.intland.codebeamer.persistence.dto.base.NamedDto
com.intland.codebeamer.persistence.dto.base.DescribeableDto
com.intland.codebeamer.persistence.dto.base.AbstractCommentDto
com.intland.codebeamer.persistence.dto.ArtifactCommentDto
com.intland.codebeamer.persistence.dto.WikiPageCommentDto
public class WikiPageCommentDto
Wraps a wiki page comment.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.intland.codebeamer.persistence.dto.base.DescribeableDto |
---|
DescribeableDto.DescriptionComparator |
Nested classes/interfaces inherited from class com.intland.codebeamer.persistence.dto.base.NamedDto |
---|
NamedDto.NameComparator |
Nested classes/interfaces inherited from class com.intland.codebeamer.persistence.dto.base.IdentifiableDto |
---|
IdentifiableDto.IdComparator |
Nested classes/interfaces inherited from interface com.intland.codebeamer.persistence.dto.base.ReferableDto |
---|
ReferableDto.DescriptionComparator |
Field Summary |
---|
Fields inherited from interface com.intland.codebeamer.persistence.dto.base.ReferableDto |
---|
HEAD_VERSION, SECTION_DELIMITER, VERSION_DELIMITER |
Constructor Summary | |
---|---|
WikiPageCommentDto()
|
|
WikiPageCommentDto(ArtifactCommentDto comment)
|
Method Summary | |
---|---|
java.lang.String |
getInterwikiLink()
Returns the interwiki link that points to the web page where this DTO is managed. |
WikiPageDto |
getWikiPage()
|
void |
setWikiPage(WikiPageDto wikiPage)
|
Methods inherited from class com.intland.codebeamer.persistence.dto.ArtifactCommentDto |
---|
compareTo, getArtifact, getDataLength, getFilename, getIconUrl, getMimeType, getShortDescription, getUrlLink, setArtifact, setDataLength, setFilename, setMimeType |
Methods inherited from class com.intland.codebeamer.persistence.dto.base.AbstractCommentDto |
---|
compareDates, equals, getSubmittedAt, getSubmitter, isIndexed, setIndexed, setSubmittedAt, setSubmitter |
Methods inherited from class com.intland.codebeamer.persistence.dto.base.DescribeableDto |
---|
compareByDescription, getDescription, getDescriptionFormat, setDescription, setDescriptionFormat |
Methods inherited from class com.intland.codebeamer.persistence.dto.base.NamedDto |
---|
compareNames, compareString, compareStringIgnoreCase, createLookupMap, getName, hashCode, setName, toString |
Methods inherited from class com.intland.codebeamer.persistence.dto.base.IdentifiableDto |
---|
clone, compare, compareInteger, equals, getId, hashCode, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WikiPageCommentDto()
public WikiPageCommentDto(ArtifactCommentDto comment)
Method Detail |
---|
public WikiPageDto getWikiPage()
public void setWikiPage(WikiPageDto wikiPage)
public java.lang.String getInterwikiLink()
ReferableDto
getInterwikiLink
in interface ReferableDto
getInterwikiLink
in class ArtifactCommentDto
|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |