@Entity public class HomeTool extends Object implements Serializable, Comparable<HomeTool>
| Constructor and Description |
|---|
HomeTool()
Creates a new instance of a
HomeTool |
HomeTool(HomeScreen homeScreen,
Tool tool,
int order)
Creates a new instance of a
HomeTool. |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(HomeTool that) |
HomeScreen |
getHomeScreen()
Gets the homeScreen for this
HomeTool. |
Long |
getHomeScreenId()
Gets the homeScreenId for this
HomeTool. |
Long |
getHomeToolId()
Gets the homeToolId for this
HomeTool. |
int |
getOrder()
Gets the order for this
HomeTool. |
Tool |
getTool()
Gets the tool for this
HomeTool. |
Long |
getToolId()
Gets the toolId for this
HomeTool. |
Long |
getVersionNumber()
Gets the versionNumber for this
HomeTool. |
void |
setHomeScreen(HomeScreen homeScreen)
Sets the homeScreen for this
HomeTool. |
void |
setHomeScreenId(Long homeScreenId)
Sets the homeScreenId for this
HomeTool. |
void |
setHomeToolId(Long homeToolId)
Sets the homeToolId for this
HomeTool. |
void |
setOrder(int order)
Sets the order for this
HomeTool. |
void |
setTool(Tool tool)
Sets the tool for this
HomeTool. |
void |
setToolId(Long toolId)
Sets the toolId for this
HomeTool. |
void |
setVersionNumber(Long versionNumber)
Sets the versionNumber for this
HomeTool. |
public HomeTool()
HomeToolpublic HomeTool(HomeScreen homeScreen, Tool tool, int order)
HomeTool.homeScreen - Homescreen this HomeTool is linked to.tool - Tool this HomeTool is linked to.order - Order for this HomeTool.public Long getHomeToolId()
HomeTool.public void setHomeToolId(Long homeToolId)
HomeTool.homeToolId - the homeToolId to setpublic Long getHomeScreenId()
HomeTool.public void setHomeScreenId(Long homeScreenId)
HomeTool.homeScreenId - the homeScreenId to setpublic void setToolId(Long toolId)
HomeTool.toolId - the toolId to setpublic int getOrder()
HomeTool.public void setOrder(int order)
HomeTool.order - the order to setpublic Long getVersionNumber()
HomeTool.public void setVersionNumber(Long versionNumber)
HomeTool.versionNumber - the versionNumber to setpublic HomeScreen getHomeScreen()
HomeTool.public void setHomeScreen(HomeScreen homeScreen)
HomeTool.homeScreen - the homeScreen to setpublic void setTool(Tool tool)
HomeTool.tool - the tool to setpublic int compareTo(HomeTool that)
compareTo in interface Comparable<HomeTool>Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.