Class BaseDeletableEntity

java.lang.Object
com.github.collinalpert.java2db.entities.BaseEntity
com.github.collinalpert.java2db.entities.BaseDeletableEntity
Direct Known Subclasses:
BaseCodeAndDescriptionDeletableEntity

public class BaseDeletableEntity
extends BaseEntity
Describes an entity that has an id and an isDeleted flag.
Author:
Collin Alpert
  • Constructor Summary

    Constructors 
    Constructor Description
    BaseDeletableEntity()  
  • Method Summary

    Modifier and Type Method Description
    boolean isDeleted()  
    void setDeleted​(boolean deleted)  
    java.lang.String toString()  

    Methods inherited from class com.github.collinalpert.java2db.entities.BaseEntity

    equals, getId, hashCode, setId

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait