|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.services.beans.BaseBean
com.fatwire.services.beans.entity.StartMenuBean
public class StartMenuBean
The StartMenuBean is the value object which represents a start menu item available to a specific role. Start menus are associated with a type (and optionally with a sub-type) and are the starting points for creating assets of the specific type. Following the attempt to create, the asset is attempted to be set into a workflow, hence a start menu will also associate the workflow it sets the asset into. This bean provides the following information:
StartMenuBean.Type
AssetBean
,
TypeBean
,
RoleBean
,
WorkflowBean
,
Serialized FormNested Class Summary | |
---|---|
static class |
StartMenuBean.Type
Enumerates all the supported start menu types. |
Constructor Summary | |
---|---|
StartMenuBean()
|
Method Summary | |
---|---|
TypeBean |
getAssetType()
Returns the asset type which can be accessed using this start menu item. |
java.lang.String |
getDefaultLayout()
|
java.lang.String |
getDescription()
Returns the description of this start menu item. |
java.lang.Long |
getId()
Returns the identifier for this start menu item. |
java.lang.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(java.lang.String defaultLayout)
|
void |
setDescription(java.lang.String description)
Sets the description of this start menu item. |
void |
setId(java.lang.Long id)
Sets the identifier for this start menu item. |
void |
setName(java.lang.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StartMenuBean()
Method Detail |
---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id
- the id to set.public void setName(java.lang.String name)
name
- the name of this start menu to set.public java.lang.String getName()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to set for this start menu.public StartMenuBean.Type getType()
StartMenuBean.Type
public void setType(StartMenuBean.Type type)
type
- the type to set for this start menu.StartMenuBean.Type
public TypeBean getAssetType()
public void setAssetType(TypeBean assetType)
assetType
- public WorkflowBean getWorkflow()
public void setWorkflow(WorkflowBean workflow)
workflow
- the workflow object to set.public java.lang.String getDefaultLayout()
public void setDefaultLayout(java.lang.String defaultLayout)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |