public class SKDPropertyInfo
extends java.lang.Object
Constructor and Description |
---|
SKDPropertyInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
canBeGrouped()
Flag to indicate if the property can be grouped.
|
boolean |
canBeSorted()
Get the flag to indicate if property can be sorted or not
|
java.util.List<java.lang.String> |
getApplinkAppList()
Get applink app list
|
java.lang.String |
getApplinkObject()
Get applink object name
|
java.lang.String |
getAttrName()
Get attribute name
|
java.lang.String |
getClassName()
Get class name
|
java.lang.String |
getObjectName()
Get object name
|
int |
getOrder()
Get the property order
|
java.lang.String |
getPropertyName()
Get the property name
|
java.lang.String |
getSKDAttrName()
Get scheduler attribute name
|
java.lang.String |
getSKDObjectName()
Get scheduler object name
|
java.lang.String |
getTitle()
Get property title
|
int |
getWidth()
get the column width
|
boolean |
hasApplink()
Get the flag to indicate if property has applink or not
|
boolean |
isAlwaysVisible()
Get the flag to indicate if property is always visible or not
|
boolean |
isFilterable()
Get the flag to indicate if property is filterable or not
|
boolean |
isInternal()
Get the flag to indicate if property is internal or not
|
boolean |
isLocked() |
boolean |
isPersistent()
Get the flag to indicate if property is persistent or not
|
void |
setAlwaysVisible(boolean alwaysVisible)
Set flag to indicate property always visible or not
|
void |
setApplink(boolean hasApplink)
Set flag to indicate if property has applink or not
|
void |
setApplinkAppList(java.util.List<java.lang.String> applinkAppList)
Set the list of applink apps
|
void |
setApplinkObject(java.lang.String applinkObject)
Set applink object name
|
void |
setAttrName(java.lang.String attrName)
Set attribute name
|
void |
setCanBeGrouped(boolean canBeGrouped)
Set flag to indicate if the property can be grouped or not.
|
void |
setCanBeSorted(boolean canBeSorted)
Set flag to indicate if the property can be sorted or not
|
void |
setClassName(java.lang.String className)
Set class name
|
void |
setFilterable(boolean filterable)
Set flag to indicate if property is filterable or not
|
void |
setInternal(boolean internal)
Set flag to indicate if property is internal or not
|
void |
setLocked(boolean locked) |
void |
setObjectName(java.lang.String objectName)
Set object name
|
void |
setOrder(int order)
Set the property order
|
void |
setPersistent(boolean persistent)
Set flag to indicate if property is persistent or not
|
void |
setPropertyName(java.lang.String propertyName)
Set property name
|
void |
setShowTable(boolean showTable)
Set flag to indicate if property is shown in gantt or not
|
void |
setSKDAttrName(java.lang.String skdAttrName)
Set scheduler attribute name
|
void |
setSKDObjectName(java.lang.String skdObjectName)
Set scheduler object name
|
void |
setTitle(java.lang.String title)
Set property title
|
void |
setWidth(int width)
set the column width
|
boolean |
showTable()
Get the flag to indicate if property is shown in gantt or not
|
public java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
propertyName
- public java.lang.String getObjectName()
public void setObjectName(java.lang.String objectName)
objectName
- public java.lang.String getAttrName()
public void setAttrName(java.lang.String attrName)
attrName
- public java.lang.String getSKDObjectName()
public void setSKDObjectName(java.lang.String skdObjectName)
scheduler
- Object Namepublic java.lang.String getSKDAttrName()
public void setSKDAttrName(java.lang.String skdAttrName)
scheduler
- attribute Namepublic java.lang.String getClassName()
public void setClassName(java.lang.String className)
className
- public boolean isPersistent()
public void setPersistent(boolean persistent)
persistent
- public boolean isInternal()
public void setInternal(boolean internal)
persistent
- public boolean hasApplink()
public void setApplink(boolean hasApplink)
has
- applink flagpublic boolean showTable()
public void setShowTable(boolean showTable)
flag
- to indicate shown in ganttpublic boolean isFilterable()
public void setFilterable(boolean filterable)
filterable
- flagpublic int getOrder()
public void setOrder(int order)
order
- public int getWidth()
public void setWidth(int width)
width
- public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- public java.util.List<java.lang.String> getApplinkAppList()
public void setApplinkAppList(java.util.List<java.lang.String> applinkAppList)
applinkAppList
- public java.lang.String getApplinkObject()
public void setApplinkObject(java.lang.String applinkObject)
applinkObject
- public boolean isAlwaysVisible()
public void setAlwaysVisible(boolean alwaysVisible)
alwaysVisible
- public boolean canBeSorted()
public void setCanBeSorted(boolean canBeSorted)
canBeSorted
- public boolean canBeGrouped()
public void setCanBeGrouped(boolean canBeGrouped)
canBeGrouped
- public boolean isLocked()
public void setLocked(boolean locked)