Class RecordAndClientRecord<RECORD>

java.lang.Object
org.teamapps.ux.cache.record.RecordAndClientRecord<RECORD>

public class RecordAndClientRecord<RECORD> extends Object
  • Constructor Details

    • RecordAndClientRecord

      public RecordAndClientRecord(RECORD record, org.teamapps.dto.UiIdentifiableClientRecord uiRecord)
  • Method Details

    • getRecord

      public RECORD getRecord()
    • getUiRecord

      public org.teamapps.dto.UiIdentifiableClientRecord getUiRecord()