|
||||||||||
| 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 ContextualDesignationpublic String getLanguage()
getLanguage in interface ContextualDesignationpublic String getRole()
getRole in interface ContextualDesignationpublic void setContent(String content)
setContent in interface ContextualDesignationcontent - content of specific labelpublic void setLanguage(String language)
setLanguage in interface ContextualDesignationlanguage - language of specific labelpublic void setRole(String role)
setRole in interface ContextualDesignationrole - rolepublic String getKey()
getKey in interface ReferrableObjectIntfgetKey in class AbstractReferrableObjectequals,
hashCode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||