public class Page extends AbstractPage implements HasUUID
| Constructor and Description |
|---|
Page() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDisplayName() |
String |
getType() |
String |
getUUID()
Unique id for a component never changing
|
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setType(String type) |
void |
setUUID(String uuid) |
accept, addAsset, addAssets, addData, addVariable, equals, getAssets, getData, getHasValidationError, getId, getInactiveAssets, getLastUpdate, getName, getRows, getVariables, hasAsset, hashCode, removeVariable, setAssets, setData, setHasValidationError, setId, setInactiveAssets, setLastUpdate, setName, setRows, setVariables, toStringgetArtifactVersion, getDesignerVersion, getModelVersion, getPreviousArtifactVersion, getPreviousDesignerVersion, getStatus, isFavorite, setDesignerVersion, setDesignerVersionIfEmpty, setFavorite, setModelVersion, setModelVersionIfEmpty, setPreviousArtifactVersion, setPreviousDesignerVersion, setStatusclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetArtifactVersion, getDesignerVersion, getModelVersion, isFavorite, setDesignerVersionIfEmpty, setFavorite, setModelVersionIfEmptypublic String getType()
getType in interface IdentifiablegetType in class DesignerArtifactpublic void setType(String type)
public String getUUID()
HasUUIDpublic void setUUID(String uuid)
public String getDescription()
public void setDescription(String description)
public String getDisplayName()
public void setDisplayName(String displayName)
Copyright © 2020. All rights reserved.