public class SKDResourceViewInfo extends java.lang.Object implements ISKDResourceViewInfo, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
className
Class that implements the Resource View specific interface
to control the initialization and behavior of the Resource View.
|
java.lang.String |
iconName
Icon name for the Resource View
|
int |
index
Index position of the Resource View.
|
boolean |
isResourceViewEnabled
isResourceViewEnabled
|
java.lang.String |
name
Name of the Resource View.
|
java.lang.String |
projectId
projectId
|
java.lang.String |
title
Title of the Resource view
|
java.lang.String |
toolTip
Tooltip for the Resource View
|
java.lang.String |
useWith
useWith value
|
| Constructor and Description |
|---|
SKDResourceViewInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Returns the name of the class that implements the initialization
and behavior of the Resource View.
|
java.lang.String |
getIconName()
Returns the Icon Name for the Resource View.
|
int |
getIndex()
Returns the index position of the Resource View.
|
java.lang.String |
getName()
Returns the name of the Resource View.
|
java.lang.String |
getProjectId()
Returns the Icon Name for the Resource View.
|
java.lang.String |
getTitle()
Returns the title of the Resource View
|
java.lang.String |
getToolTip()
Returns the tooltip for the Resource View
|
java.lang.String |
getUseWith()
Returns useWith value to indicate if it is used for Scheduler or Graphical assignment
|
boolean |
isResourceViewEnabled()
Returns the Icon Name for the Resource View.
|
void |
setClassName(java.lang.String className)
Sets the name of the class that implements the initialization
and behavior of the Resource View.
|
void |
setIconName(java.lang.String iconName)
Sets the Icon Name for the Resource View
|
void |
setIndex(int index)
Sets the index position of the Resource View.
|
void |
setIsResourceViewEnabled(boolean isResourceViewEnabled)
Sets the isResourceHourViewEnabled flag for the Resource View
|
void |
setName(java.lang.String name)
Sets the name of the Resource View.
|
void |
setProjectId(java.lang.String projId)
Sets the Icon Name for the Resource View
|
void |
setTitle(java.lang.String title)
Sets the title of the Resource View
|
void |
setToolTip(java.lang.String toolTip)
Sets the tooltip for the Resource View
|
void |
setUseWith(java.lang.String useWith)
Sets useWith value to indicate if it is used for Scheduler or Graphical assignment
|
public java.lang.String name
public java.lang.String title
public java.lang.String className
public int index
public java.lang.String toolTip
public java.lang.String iconName
public java.lang.String useWith
public java.lang.String projectId
public boolean isResourceViewEnabled
public java.lang.String getName()
getName in interface ISKDResourceViewInfopublic void setName(java.lang.String name)
name - public java.lang.String getTitle()
getTitle in interface ISKDResourceViewInfopublic void setTitle(java.lang.String title)
title - public java.lang.String getClassName()
getClassName in interface ISKDResourceViewInfopublic void setClassName(java.lang.String className)
className - public java.lang.String getUseWith()
getUseWith in interface ISKDResourceViewInfopublic void setUseWith(java.lang.String useWith)
className - public int getIndex()
getIndex in interface ISKDResourceViewInfopublic void setIndex(int index)
index - public java.lang.String getToolTip()
getToolTip in interface ISKDResourceViewInfopublic void setToolTip(java.lang.String toolTip)
toolTip - public java.lang.String getIconName()
getIconName in interface ISKDResourceViewInfopublic void setIconName(java.lang.String iconName)
iconName - public java.lang.String getProjectId()
getProjectId in interface ISKDResourceViewInfopublic void setProjectId(java.lang.String projId)
iconName - public boolean isResourceViewEnabled()
isResourceViewEnabled in interface ISKDResourceViewInfopublic void setIsResourceViewEnabled(boolean isResourceViewEnabled)
isResourceHourViewEnabled -