com.intland.codebeamer.persistence.dto
Class CalendarDto
java.lang.Object
com.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.ArtifactDto
com.intland.codebeamer.persistence.dto.CalendarDto
- All Implemented Interfaces:
- BaseDto, IndexableDto, ProjectAwareDto, ReferableDto, VersionedReferableDto, WriteControlledDto, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class CalendarDto
- extends ArtifactDto
A CalendarDto is a special directory artifact for calendar entries
- See Also:
- Serialized Form
Field Summary |
static int |
TYPE
The ArtifactType for work calendars |
Method Summary |
java.lang.String |
getIconUrl()
Returns the URL of the (small) icon image that represents
this DTO type. |
java.lang.String |
getInterwikiLink()
Returns the interwiki link that points to the web page
where this DTO is managed. |
java.lang.String |
getUrlLink()
Returns the local URL that points to the web page
where this DTO is managed. |
boolean |
isDirectory()
Check if this artifact is a directory/folder |
Methods inherited from class com.intland.codebeamer.persistence.dto.ArtifactDto |
clone, compareArtifacts, compareScope, compareTo, compareType, equals, getAdditionalInfo, getAge, getCanDelete, getCompareType, getCreatedAt, getGenericReferenceId, getInterwikiLinkVersioned, getLastModifiedAt, getLastModifiedBy, getNotification, getOwner, getParent, getPath, getProject, getScopeName, getShortDescription, getTypeId, getUrlLinkVersioned, getVersion, hashCode, isA, isApprovalSupported, isDeleted, isExists, isFile, isIndexed, isReadable, isSubscribed, isWikiNotes, isWikiPage, isWritable, setAdditionalInfo, setCreatedAt, setDeleted, setGenericReferenceId, setIndexed, setLastModifiedAt, setLastModifiedBy, setName, setNotification, setOwner, setParent, setProject, setReadable, setScopeName, setTypeId, setWritable, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
TYPE
public static final int TYPE
- The ArtifactType for work calendars
- See Also:
- Constant Field Values
CalendarDto
public CalendarDto()
CalendarDto
public CalendarDto(java.lang.Integer id)
isDirectory
public boolean isDirectory()
- Description copied from class:
ArtifactDto
- Check if this artifact is a directory/folder
- Overrides:
isDirectory
in class ArtifactDto
- Returns:
- true if this artifact is a directory/folder, otherwise false
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 ArtifactDto
getUrlLink
public java.lang.String getUrlLink()
- Description copied from interface:
ReferableDto
- Returns the local URL that points to the web page
where this DTO is managed.
- Specified by:
getUrlLink
in interface ReferableDto
- Overrides:
getUrlLink
in class ArtifactDto
getIconUrl
public java.lang.String getIconUrl()
- Description copied from interface:
ReferableDto
- Returns the URL of the (small) icon image that represents
this DTO type.
- Specified by:
getIconUrl
in interface ReferableDto
- Overrides:
getIconUrl
in class ArtifactDto
Copyright © 2006-2009 Intland Software. All rights reserved.