com.silverpeas.workflow.api.model
Interface ContextualDesignation

All Known Implementing Classes:
SpecificLabel

public interface ContextualDesignation

Interface describing a representation of one of the following elements of a Process Model:


Method Summary
 String getContent()
          Get the content of the designation
 String getLanguage()
          Get the language of this designation
 String getRole()
          Get the role name for this designation
 void setContent(String strContent)
          Set the content of the designation
 void setLanguage(String strLang)
          Set the language of this designation
 void setRole(String strRole)
          Set the role name for this designation
 

Method Detail

getContent

String getContent()
Get the content of the designation

Returns:
a string value

setContent

void setContent(String strContent)
Set the content of the designation

Parameters:
strContent - new value

getRole

String getRole()
Get the role name for this designation


setRole

void setRole(String strRole)
Set the role name for this designation


getLanguage

String getLanguage()
Get the language of this designation


setLanguage

void setLanguage(String strLang)
Set the language of this designation



Copyright © 2016 Silverpeas. All Rights Reserved.