CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class EntityReferenceDto

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.EntityReferenceDto
All Implemented Interfaces:
BaseDto, ReferenceHolderDto, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class EntityReferenceDto
extends AbstractReferenceDto

Wraps a reference between entities, primarily defined in wiki markup.

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
EntityReferenceDto()
           
EntityReferenceDto(ReferenceDto from, ReferenceDto to)
           
EntityReferenceDto(ReferenceDto from, java.lang.String url)
           
 
Method Summary
 
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, toString
 
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

EntityReferenceDto

public EntityReferenceDto()

EntityReferenceDto

public EntityReferenceDto(ReferenceDto from,
                          ReferenceDto to)

EntityReferenceDto

public EntityReferenceDto(ReferenceDto from,
                          java.lang.String url)

CodeBeamer 5.4.0.1-RC API

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