|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ProjMgmtTemplateObject
is the interface implemented by
all (workflow) templates that are used in project management.
Supported API: false
Extendable: false
Field Summary | |
static String |
CONFIGURATION
Label for the attribute; Project management execution parameters. |
static String |
PROJECT_CATEGORY
Label for the attribute; Classification attribute for project management objects. |
Fields inherited from interface wt.inf.container.WTContained |
CONTAINER, CONTAINER_ID, CONTAINER_NAME, CONTAINER_REFERENCE |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
ExecutionConfiguration |
getConfiguration()
Gets the value of the attribute: CONFIGURATION. |
ProjectCategory |
getProjectCategory()
Gets the value of the attribute: PROJECT_CATEGORY. |
void |
setConfiguration(ExecutionConfiguration a_Configuration)
Sets the value of the attribute: CONFIGURATION. |
void |
setProjectCategory(ProjectCategory a_ProjectCategory)
Sets the value of the attribute: PROJECT_CATEGORY. |
Methods inherited from interface wt.inf.container.WTContained |
getContainer, getContainerName, getContainerReference, setContainer, setContainerReference |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String CONFIGURATION
public static final String PROJECT_CATEGORY
Method Detail |
public ExecutionConfiguration getConfiguration()
public void setConfiguration(ExecutionConfiguration a_Configuration)
a_Configuration
- public ProjectCategory getProjectCategory()
public void setProjectCategory(ProjectCategory a_ProjectCategory)
a_ProjectCategory
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |