Package org.teamapps.dto
Class UiTableClientRecord
java.lang.Object
org.teamapps.dto.UiClientRecord
org.teamapps.dto.UiIdentifiableClientRecord
org.teamapps.dto.UiTableClientRecord
- All Implemented Interfaces:
UiObject
public class UiTableClientRecord extends UiIdentifiableClientRecord 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 booleanboldprotected java.util.List<java.lang.String>markingsprotected java.util.Map<java.lang.String,java.util.List<UiFieldMessage>>messagesprotected booleanselectedFields inherited from class org.teamapps.dto.UiIdentifiableClientRecord
idFields inherited from class org.teamapps.dto.UiClientRecord
asString, values -
Constructor Summary
Constructors Constructor Description UiTableClientRecord() -
Method Summary
Modifier and Type Method Description booleangetBold()java.util.List<java.lang.String>getMarkings()java.util.Map<java.lang.String,java.util.List<UiFieldMessage>>getMessages()booleangetSelected()UiObjectTypegetUiObjectType()UiTableClientRecordsetAsString(java.lang.String asString)UiTableClientRecordsetBold(boolean bold)UiTableClientRecordsetId(int id)UiTableClientRecordsetMarkings(java.util.List<java.lang.String> markings)UiTableClientRecordsetMessages(java.util.Map<java.lang.String,java.util.List<UiFieldMessage>> messages)UiTableClientRecordsetSelected(boolean selected)UiTableClientRecordsetValues(java.util.Map<java.lang.String,java.lang.Object> values)java.lang.StringtoString()Methods inherited from class org.teamapps.dto.UiIdentifiableClientRecord
getIdMethods inherited from class org.teamapps.dto.UiClientRecord
getAsString, getValuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
messages
-
markings
protected java.util.List<java.lang.String> markings -
selected
protected boolean selected -
bold
protected boolean bold
-
-
Constructor Details
-
UiTableClientRecord
public UiTableClientRecord()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiIdentifiableClientRecord
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiIdentifiableClientRecord
-
getMessages
-
getMarkings
public java.util.List<java.lang.String> getMarkings() -
getSelected
public boolean getSelected() -
getBold
public boolean getBold() -
setValues
- Overrides:
setValuesin classUiIdentifiableClientRecord
-
setAsString
- Overrides:
setAsStringin classUiIdentifiableClientRecord
-
setId
- Overrides:
setIdin classUiIdentifiableClientRecord
-
setMessages
public UiTableClientRecord setMessages(java.util.Map<java.lang.String,java.util.List<UiFieldMessage>> messages) -
setMarkings
-
setSelected
-
setBold
-