public static class VaultObjectPageLayout.PageLayoutSection.LayoutProperty extends VaultModel
Modifier and Type | Class and Description |
---|---|
static class |
VaultObjectPageLayout.PageLayoutSection.LayoutProperty.LayoutColumn |
static class |
VaultObjectPageLayout.PageLayoutSection.LayoutProperty.PropertyItem |
Constructor and Description |
---|
LayoutProperty() |
Modifier and Type | Method and Description |
---|---|
List<VaultObjectPageLayout.PageLayoutSection.LayoutProperty.LayoutColumn> |
getColumns() |
String |
getCriteriaVql() |
List<VaultObjectPageLayout.PageLayoutSection.LayoutProperty.PropertyItem> |
getItems() |
String |
getLayoutType() |
Boolean |
getModalCreateRecord() |
Boolean |
getPreventRecordCreate() |
String |
getRelatedObject() |
String |
getRelationship() |
void |
setColumns(List<VaultObjectPageLayout.PageLayoutSection.LayoutProperty.LayoutColumn> columns) |
void |
setCriteriaVql(String criteriaVql) |
void |
setItems(List<VaultObjectPageLayout.PageLayoutSection.LayoutProperty.PropertyItem> items) |
void |
setLayoutType(String layoutType) |
void |
setModalCreateRecord(Boolean modalCreateRecord) |
void |
setPreventRecordCreate(Boolean preventRecordCreate) |
void |
setRelatedObject(String relatedObject) |
void |
setRelationship(String relationship) |
get, getBigDecimal, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
public String getLayoutType()
public void setLayoutType(String layoutType)
public List<VaultObjectPageLayout.PageLayoutSection.LayoutProperty.PropertyItem> getItems()
public void setItems(List<VaultObjectPageLayout.PageLayoutSection.LayoutProperty.PropertyItem> items)
public String getRelationship()
public void setRelationship(String relationship)
public String getRelatedObject()
public void setRelatedObject(String relatedObject)
public Boolean getPreventRecordCreate()
public void setPreventRecordCreate(Boolean preventRecordCreate)
public Boolean getModalCreateRecord()
public void setModalCreateRecord(Boolean modalCreateRecord)
public String getCriteriaVql()
public void setCriteriaVql(String criteriaVql)
public List<VaultObjectPageLayout.PageLayoutSection.LayoutProperty.LayoutColumn> getColumns()
public void setColumns(List<VaultObjectPageLayout.PageLayoutSection.LayoutProperty.LayoutColumn> columns)
Copyright © 2024. All rights reserved.