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 ISKDResourceViewInfo
public void setName(java.lang.String name)
name
- public java.lang.String getTitle()
getTitle
in interface ISKDResourceViewInfo
public void setTitle(java.lang.String title)
title
- public java.lang.String getClassName()
getClassName
in interface ISKDResourceViewInfo
public void setClassName(java.lang.String className)
className
- public java.lang.String getUseWith()
getUseWith
in interface ISKDResourceViewInfo
public void setUseWith(java.lang.String useWith)
className
- public int getIndex()
getIndex
in interface ISKDResourceViewInfo
public void setIndex(int index)
index
- public java.lang.String getToolTip()
getToolTip
in interface ISKDResourceViewInfo
public void setToolTip(java.lang.String toolTip)
toolTip
- public java.lang.String getIconName()
getIconName
in interface ISKDResourceViewInfo
public void setIconName(java.lang.String iconName)
iconName
- public java.lang.String getProjectId()
getProjectId
in interface ISKDResourceViewInfo
public void setProjectId(java.lang.String projId)
iconName
- public boolean isResourceViewEnabled()
isResourceViewEnabled
in interface ISKDResourceViewInfo
public void setIsResourceViewEnabled(boolean isResourceViewEnabled)
isResourceHourViewEnabled
-