CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class WikiPageCommentDto

java.lang.Object
  extended by com.intland.codebeamer.persistence.dto.base.IdentifiableDto
      extended by com.intland.codebeamer.persistence.dto.base.NamedDto
          extended by com.intland.codebeamer.persistence.dto.base.DescribeableDto
              extended by com.intland.codebeamer.persistence.dto.base.AbstractCommentDto
                  extended by com.intland.codebeamer.persistence.dto.ArtifactCommentDto
                      extended by com.intland.codebeamer.persistence.dto.WikiPageCommentDto
All Implemented Interfaces:
BaseDto, IndexableDto, ReferableDto, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class WikiPageCommentDto
extends ArtifactCommentDto

Wraps a wiki page comment.

See Also:
Serialized Form

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

WikiPageCommentDto

public WikiPageCommentDto()

WikiPageCommentDto

public WikiPageCommentDto(ArtifactCommentDto comment)
Method Detail

getWikiPage

public WikiPageDto getWikiPage()

setWikiPage

public void setWikiPage(WikiPageDto wikiPage)

getInterwikiLink

public java.lang.String getInterwikiLink()
Description copied from interface: ReferableDto
Returns the interwiki link that points to the web page where this DTO is managed.

Specified by:
getInterwikiLink in interface ReferableDto
Overrides:
getInterwikiLink in class ArtifactCommentDto

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.