com.intland.codebeamer.persistence.dto
Class AssociationDto
java.lang.Object
com.intland.codebeamer.persistence.dto.base.IdentifiableDto
com.intland.codebeamer.persistence.dto.base.AbstractReferenceDto
com.intland.codebeamer.persistence.dto.AssociationDto
- All Implemented Interfaces:
- BaseDto, ReferenceHolderDto, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class AssociationDto
- extends AbstractReferenceDto
Wraps the association between two entities like
artifacts, tracker items, users and such.
- See Also:
- Serialized Form
Methods inherited from class com.intland.codebeamer.persistence.dto.base.AbstractReferenceDto |
checkFrom, checkTo, equals, getFrom, getFromDescription, getFromDto, getFromId, getFromInterwikiReference, getFromTypeId, getFromUrl, getReference, getTo, getToDescription, getToDto, getToId, getToInterwikiReference, getToTypeId, getToUrl, getUrl, hashCode, isUrlReference, setFrom, setFromDto, setFromId, setFromTypeId, setTo, setToDto, setToId, setToTypeId, setUrl |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
AssociationDto
public AssociationDto()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String comment)
getDescriptionFormat
public java.lang.String getDescriptionFormat()
setDescriptionFormat
public void setDescriptionFormat(java.lang.String descriptionFormat)
getSubmittedAt
public java.util.Date getSubmittedAt()
getSubmitter
public UserDto getSubmitter()
setSubmitter
public void setSubmitter(UserDto submitter)
setSubmittedAt
public void setSubmittedAt(java.util.Date submittedAt)
getTypeId
public java.lang.Integer getTypeId()
setTypeId
public void setTypeId(java.lang.Integer typeId)
getLabelId
public java.lang.Integer getLabelId()
- Get the ID of the tracker/config item field this association is bound to
- Returns:
- the ID of the tracker/config item field this association is bound to, or null (unbound association)
setLabelId
public void setLabelId(java.lang.Integer labelId)
- Set the ID of the tracker/config item field this association is bound to
- Parameters:
labelId
- of the tracker/config item field this association is bound to, or null (unbound association)
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractReferenceDto
Copyright © 2006-2009 Intland Software. All rights reserved.