Package org.teamapps.dto
Class UiPageViewBlock
java.lang.Object
org.teamapps.dto.UiPageViewBlock
- All Implemented Interfaces:
UiObject
- Direct Known Subclasses:
UiCitationPageViewBlock,UiComponentPageViewBlock,UiMessagePageViewBlock
public class UiPageViewBlock extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiPageViewBlock.Alignment -
Field Summary
Fields Modifier and Type Field Description protected UiPageViewBlock.Alignmentalignmentprotected java.lang.Stringidprotected java.util.List<UiClientObjectReference>toolButtons -
Constructor Summary
Constructors Constructor Description UiPageViewBlock() -
Method Summary
Modifier and Type Method Description UiPageViewBlock.AlignmentgetAlignment()java.lang.StringgetId()java.util.List<UiClientObjectReference>getToolButtons()UiObjectTypegetUiObjectType()UiPageViewBlocksetAlignment(UiPageViewBlock.Alignment alignment)UiPageViewBlocksetId(java.lang.String id)UiPageViewBlocksetToolButtons(java.util.List<UiClientObjectReference> toolButtons)java.lang.StringtoString()
-
Field Details
-
id
protected java.lang.String id -
alignment
-
toolButtons
-
-
Constructor Details
-
UiPageViewBlock
public UiPageViewBlock()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getId
public java.lang.String getId() -
getAlignment
-
getToolButtons
-
setId
-
setAlignment
-
setToolButtons
-