CodeBeamer 5.4.0.1-RC API

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

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
DateChoice, LinkedEscalationRuleDto, LinkedLayoutLabelDto, ReadOnlyApprovalStepDto, ReadOnlyApprovalWorkflowDto, ReadOnlyChoiceOptionDto, ReadOnlyEscalationRuleDto, ReadOnlyGroupDto, ReadOnlyLayoutDto, ReadOnlyLayoutLabelDto, ReadOnlyNamedDto, ReadOnlyProjectDto, ReadOnlyRoleDto, ReadOnlyTrackerDto, ReadOnlyUserDto

public interface ReadOnlyDto
extends java.lang.Cloneable

A marker interface to identify read-only Dtos, that don't allow to change their attributes. All attempts to invoke a property setter method will throw an UnsupportedOperationException


Method Summary
 java.lang.Object clone()
          Create a writable copy of this ReadOnlyDto Caution: The semantics are different than the standard Object.clone() method, because the returned object's class is typically different from the ReadOnlyDtos's class
 

Method Detail

clone

java.lang.Object clone()
Create a writable copy of this ReadOnlyDto Caution: The semantics are different than the standard Object.clone() method, because the returned object's class is typically different from the ReadOnlyDtos's class


CodeBeamer 5.4.0.1-RC API

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