public interface ISKDResourceViewInfo
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 projectId for the project
|
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 isResourceHourViewEnabled flag for the project
|
java.lang.String getName()
java.lang.String getTitle()
java.lang.String getClassName()
int getIndex()
java.lang.String getToolTip()
java.lang.String getIconName()
java.lang.String getUseWith()
java.lang.String getProjectId()
boolean isResourceViewEnabled()