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.
Accessor
static final ReferenceAccessor<ReferenceHolderDto> Accessor
- A special ReferenceAccessor for the reference held by a ReferenceHolderDto
getReference
ReferenceDto getReference()
- Get the reference to resolve
- Returns:
- the reference to resolve
Copyright © 2006-2009 Intland Software. All rights reserved.