CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto.base
Interface IndexableDto

All Superinterfaces:
BaseDto, java.io.Serializable
All Known Implementing Classes:
AbstractCommentDto, ArtifactCommentDto, ArtifactDto, ArtifactHistoryEntryDto, BuildDto, CalendarDto, CalendarEntryDto, ChatStatsDto, ForumPostDto, InboxDto, LabelDto, ProjectDto, ReadOnlyProjectDto, ReadOnlyUserDto, ScmChangeFileDto, ScmChangeSetDto, SourceFileDto, TrackerItemAttachmentDto, TrackerItemCommentDto, TrackerItemDto, UserDto, WikiPageCommentDto, WikiPageDto

public interface IndexableDto
extends BaseDto

All DTO classes that can be indexed for searching should implement this.


Method Summary
 boolean isIndexed()
           
 void setIndexed(boolean indexed)
           
 

Method Detail

isIndexed

boolean isIndexed()

setIndexed

void setIndexed(boolean indexed)

CodeBeamer 5.4.0.1-RC API

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