|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.workflow.engine.AbstractReferrableObject
com.silverpeas.workflow.engine.model.SpecificLabel
public class SpecificLabel
Class implementing the representation of the following elements of a Process Model:
Constructor Summary | |
---|---|
SpecificLabel()
Constructor |
|
SpecificLabel(String role,
String lang)
Constructor |
Method Summary | |
---|---|
String |
getContent()
Get the content of specific label |
String |
getKey()
Get the unique key, used by equals method |
String |
getLanguage()
Get the language of specific label |
String |
getRole()
Get the role for which this specific label is |
void |
setContent(String content)
Set the content of specific label |
void |
setLanguage(String language)
Set the language of specific label |
void |
setRole(String role)
Set the role for which this specific label is |
Methods inherited from class com.silverpeas.workflow.engine.AbstractReferrableObject |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpecificLabel()
public SpecificLabel(String role, String lang)
Method Detail |
---|
public String getContent()
getContent
in interface ContextualDesignation
public String getLanguage()
getLanguage
in interface ContextualDesignation
public String getRole()
getRole
in interface ContextualDesignation
public void setContent(String content)
setContent
in interface ContextualDesignation
content
- content of specific labelpublic void setLanguage(String language)
setLanguage
in interface ContextualDesignation
language
- language of specific labelpublic void setRole(String role)
setRole
in interface ContextualDesignation
role
- rolepublic String getKey()
getKey
in interface ReferrableObjectIntf
getKey
in class AbstractReferrableObject
equals
,
hashCode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |