Class UiTableCellMessages

java.lang.Object
org.teamapps.dto.UiTableCellMessages
All Implemented Interfaces:
UiObject

public class UiTableCellMessages
extends java.lang.Object
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.util.Map<java.lang.String,​java.util.List<UiFieldMessage>> messages  
    protected int recordId  
  • Constructor Summary

    Constructors 
    Constructor Description
    UiTableCellMessages()
    Deprecated.
    Only for Jackson deserialization.
    UiTableCellMessages​(int recordId, java.util.Map<java.lang.String,​java.util.List<UiFieldMessage>> messages)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​java.util.List<UiFieldMessage>> getMessages()  
    int getRecordId()  
    UiObjectType getUiObjectType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait