CodeBeamer 5.4.0.1-RC API

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

All Superinterfaces:
BaseDto, java.io.Serializable

public interface RemovableDto
extends BaseDto

All DTO classes that support the remove operation must implement this. remove just sets a certain boolean flag on the entity to "hide" it. This is not physical deletion (no DELETE in SQL)!


Method Summary
 void remove()
          "Removes" (logically deletes) this entity.
 

Method Detail

remove

void remove()
"Removes" (logically deletes) this entity.


CodeBeamer 5.4.0.1-RC API

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