@Entity public class HomeScreen extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
LAYOUT_LIST
Tiled home screen layout
|
static String |
LAYOUT_TILES
List home screen layout
|
static String[] |
LAYOUTS
List of available screen layouts
|
| Constructor and Description |
|---|
HomeScreen()
Creates a new instance of a
HomeScreen |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the alias for this
HomeScreen. |
Long |
getHomeScreenId()
Gets the homeScreenId for this
HomeScreen. |
List<HomeTool> |
getHomeTools()
Gets the Tools that can be displayed on this
HomeScreen |
String |
getTitle()
Gets the title for this
HomeScreen. |
Long |
getVersionNumber()
Gets the versionNumber for this
HomeScreen. |
void |
setAlias(String alias)
Sets the alias for this
HomeScreen. |
void |
setHomeScreenId(Long homeScreenId)
Sets the homeScreenId for this
HomeScreen. |
void |
setHomeTools(HomeTool[] homeTools)
set the HomeTools collection with an array
|
void |
setHomeTools(List<HomeTool> homeTools)
set the HomeTool objects
|
void |
setTitle(String title)
Sets the title for this
HomeScreen. |
void |
setVersionNumber(Long versionNumber)
Sets the versionNumber for this
HomeScreen. |
String |
toString() |
public static final String LAYOUT_LIST
public static final String LAYOUT_TILES
public HomeScreen()
HomeScreenpublic List<HomeTool> getHomeTools()
HomeScreenpublic void setHomeTools(List<HomeTool> homeTools)
homeTools - public void setHomeTools(HomeTool[] homeTools)
homeTools - public Long getHomeScreenId()
HomeScreen.public void setHomeScreenId(Long homeScreenId)
HomeScreen.homeScreenId - the homeScreenId to setpublic void setAlias(String alias)
HomeScreen.alias - the alias to setpublic void setTitle(String title)
HomeScreen.title - the title to setpublic Long getVersionNumber()
HomeScreen.public void setVersionNumber(Long versionNumber)
HomeScreen.versionNumber - the versionNumber to setCopyright © 2011–2014 The Kuali Foundation. All rights reserved.