com.intland.codebeamer.persistence.dto
Class BuildLogDto
java.lang.Object
com.intland.codebeamer.persistence.dto.base.IdentifiableDto
com.intland.codebeamer.persistence.dto.BuildLogDto
- All Implemented Interfaces:
- BaseDto, ReferableDto, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class BuildLogDto
- extends IdentifiableDto
- implements ReferableDto
Wraps a build log.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
INTERWIKI_LINK_TYPE
public static final java.lang.String INTERWIKI_LINK_TYPE
- See Also:
- Constant Field Values
BuildLogDto
public BuildLogDto()
getBuild
public BuildDto getBuild()
setBuild
public void setBuild(BuildDto build)
getStartedByUser
public UserDto getStartedByUser()
setStartedByUser
public void setStartedByUser(UserDto user)
getStartDate
public java.util.Date getStartDate()
setStartDate
public void setStartDate(java.util.Date startDate)
getEndDate
public java.util.Date getEndDate()
setEndDate
public void setEndDate(java.util.Date endDate)
getStatus
public java.lang.String getStatus()
setStatus
public void setStatus(java.lang.String status)
getStdErr
public java.lang.String getStdErr()
setStdErr
public void setStdErr(java.lang.String stdErr)
getStdOut
public java.lang.String getStdOut()
setStdOut
public void setStdOut(java.lang.String stdOut)
getShortDescription
public java.lang.String getShortDescription()
- Description copied from interface:
ReferableDto
- Returns the short description that represent this
entity in the user interface.
This normally delegates to another getter, like
ProjectDto.getName()
or
TrackerItemDto.getSummary()
.
- Specified by:
getShortDescription
in interface ReferableDto
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
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
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
toString
public java.lang.String toString()
- Overrides:
toString
in class IdentifiableDto
Copyright © 2006-2009 Intland Software. All rights reserved.