@Exported public class StartMenuBean extends BaseBean
StartMenuBean.Type| Modifier and Type | Class and Description | 
|---|---|
| static class  | StartMenuBean.TypeEnumerates all the supported start menu types. | 
| Constructor and Description | 
|---|
| StartMenuBean() | 
| Modifier and Type | Method and Description | 
|---|---|
| TypeBean | getAssetType()Returns the asset type which can be accessed using this start menu item. | 
| String | getDefaultLayout() | 
| String | getDescription()Returns the description of this start menu item. | 
| Long | getId()Returns the identifier for this start menu item. | 
| String | getName()Returns the name of this start menu item. | 
| StartMenuBean.Type | getType()Returns the type of this start menu item. | 
| WorkflowBean | getWorkflow()Returns the workflow object associated with this start menu item. | 
| void | setAssetType(TypeBean assetType)Sets the asset type which can be accessed using this start menu item. | 
| void | setDefaultLayout(String defaultLayout) | 
| void | setDescription(String description)Sets the description of this start menu item. | 
| void | setId(Long id)Sets the identifier for this start menu item. | 
| void | setName(String name)Sets the name of this start menu item. | 
| void | setType(StartMenuBean.Type type)Sets the type of this start menu item. | 
| void | setWorkflow(WorkflowBean workflow)Sets the workflow object associated with this start menu item. | 
public Long getId()
public void setId(Long id)
id - the id to set.public void setName(String name)
name - the name of this start menu to set.public String getName()
public String getDescription()
public void setDescription(String description)
description - the description to set for this start menu.public StartMenuBean.Type getType()
public void setType(StartMenuBean.Type type)
type - the type to set for this start menu.public TypeBean getAssetType()
public void setAssetType(TypeBean assetType)
assetType - an asset typepublic WorkflowBean getWorkflow()
public void setWorkflow(WorkflowBean workflow)
workflow - the workflow object to set.public String getDefaultLayout()
public void setDefaultLayout(String defaultLayout)