Interface CountingTaskEntity
- All Known Implementing Classes:
TaskEntityImpl
public interface CountingTaskEntity
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
boolean
void
setCountEnabled
(boolean isCountEnabled) void
setIdentityLinkCount
(int identityLinkCount) void
setSubTaskCount
(int subTaskCount) void
setVariableCount
(int variableCount)
-
Method Details
-
isCountEnabled
boolean isCountEnabled() -
setCountEnabled
void setCountEnabled(boolean isCountEnabled) -
setVariableCount
void setVariableCount(int variableCount) -
getVariableCount
int getVariableCount() -
setIdentityLinkCount
void setIdentityLinkCount(int identityLinkCount) -
getIdentityLinkCount
int getIdentityLinkCount() -
setSubTaskCount
void setSubTaskCount(int subTaskCount) -
getSubTaskCount
int getSubTaskCount()
-