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
All Methods Instance Methods Concrete Methods 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 Detail
-
id
protected java.lang.String id
-
alignment
protected UiPageViewBlock.Alignment alignment
-
toolButtons
protected java.util.List<UiClientObjectReference> toolButtons
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getId
public java.lang.String getId()
-
getAlignment
public UiPageViewBlock.Alignment getAlignment()
-
getToolButtons
public java.util.List<UiClientObjectReference> getToolButtons()
-
setId
public UiPageViewBlock setId(java.lang.String id)
-
setAlignment
public UiPageViewBlock setAlignment(UiPageViewBlock.Alignment alignment)
-
setToolButtons
public UiPageViewBlock setToolButtons(java.util.List<UiClientObjectReference> toolButtons)
-
-