CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto.base
Interface ReferenceHolderDto

All Known Implementing Classes:
AbstractReferenceDto, AssociationDto, EntityReferenceDto, GroupDto, ReadOnlyGroupDto, WorkingSetItemDto

public interface ReferenceHolderDto

The interface of a Dto that holds a reference to another object.


Field Summary
static ReferenceAccessor<ReferenceHolderDto> Accessor
          A special ReferenceAccessor for the reference held by a ReferenceHolderDto
 
Method Summary
 ReferenceDto getReference()
          Get the reference to resolve
 

Field Detail

Accessor

static final ReferenceAccessor<ReferenceHolderDto> Accessor
A special ReferenceAccessor for the reference held by a ReferenceHolderDto

Method Detail

getReference

ReferenceDto getReference()
Get the reference to resolve

Returns:
the reference to resolve

CodeBeamer 5.4.0.1-RC API

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