public class WorkbenchPanelInformation extends Object
Constructor and Description |
---|
WorkbenchPanelInformation() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName() |
String |
getPanelType() |
List<PartInformation> |
getWbParts() |
boolean |
isDefault() |
void |
setDefault(boolean isDefault) |
void |
setFieldName(String fieldName) |
void |
setPanelType(String panelType) |
void |
setWbParts(List<PartInformation> uFParts) |
public boolean isDefault()
public void setDefault(boolean isDefault)
public List<PartInformation> getWbParts()
public void setWbParts(List<PartInformation> uFParts)
public String getPanelType()
public void setPanelType(String panelType)
public String getFieldName()
public void setFieldName(String fieldName)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.