CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class AssociationDto

java.lang.Object
  extended by com.intland.codebeamer.persistence.dto.base.IdentifiableDto
      extended by com.intland.codebeamer.persistence.dto.base.AbstractReferenceDto
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.intland.codebeamer.persistence.dto.base.IdentifiableDto
IdentifiableDto.IdComparator
 
Field Summary
 
Fields inherited from class com.intland.codebeamer.persistence.dto.base.AbstractReferenceDto
FromReferences, ToReferences
 
Fields inherited from interface com.intland.codebeamer.persistence.dto.base.ReferenceHolderDto
Accessor
 
Constructor Summary
AssociationDto()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getDescriptionFormat()
           
 java.lang.Integer getLabelId()
          Get the ID of the tracker/config item field this association is bound to
 java.util.Date getSubmittedAt()
           
 UserDto getSubmitter()
           
 java.lang.Integer getTypeId()
           
 void setDescription(java.lang.String comment)
           
 void setDescriptionFormat(java.lang.String descriptionFormat)
           
 void setLabelId(java.lang.Integer labelId)
          Set the ID of the tracker/config item field this association is bound to
 void setSubmittedAt(java.util.Date submittedAt)
           
 void setSubmitter(UserDto submitter)
           
 void setTypeId(java.lang.Integer typeId)
           
 java.lang.String toString()
           
 
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 com.intland.codebeamer.persistence.dto.base.IdentifiableDto
clone, compare, compareInteger, compareTo, equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssociationDto

public AssociationDto()
Method Detail

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

CodeBeamer 5.4.0.1-RC API

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