Class GenericEntityDTO

java.lang.Object
com.bluebell.greenhouse.platform.models.api.dto.GenericEntityDTO
All Implemented Interfaces:
GenericDTO
Direct Known Subclasses:
AccountDTO, ActionEventDTO, ExchangeDTO, JobSummaryDTO, MarketEventDTO, MarketPriceDTO, PortfolioDTO, PositionDTO, PositionOrderDTO, PositionSummaryDTO, PositionTransactionDTO, RecurringNotificationDTO, StrategyDTO, StrategyImplementationDTO, SymbolAliasDTO, SymbolDTO, SymbolSummaryDTO, TransactionDTO, UserDTO, WatchlistDTO, WatchlistItemDTO

public abstract class GenericEntityDTO extends Object implements GenericDTO
Shared audit metadata for DTOs backed by persistent entities.
Version:
3.0.4
Author:
Stephen Prizio
  • Constructor Details

    • GenericEntityDTO

      public GenericEntityDTO()