Class RecordAndClientRecord<RECORD>


  • public class RecordAndClientRecord<RECORD>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordAndClientRecord​(RECORD record, org.teamapps.dto.UiIdentifiableClientRecord uiRecord)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RECORD getRecord()  
      org.teamapps.dto.UiIdentifiableClientRecord getUiRecord()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RecordAndClientRecord

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

      • getRecord

        public RECORD getRecord()
      • getUiRecord

        public org.teamapps.dto.UiIdentifiableClientRecord getUiRecord()