Class ProcessTranslationTable

java.lang.Object
com.suncode.pwfl.workflow.process.ProcessTranslationTable
All Implemented Interfaces:
Serializable

public class ProcessTranslationTable extends Object implements Serializable
See Also:
  • Constructor Details

    • ProcessTranslationTable

      public ProcessTranslationTable()
    • ProcessTranslationTable

      public ProcessTranslationTable(String name, String description, String language, String processId)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getLanguage

      public String getLanguage()
    • setLanguage

      public void setLanguage(String language)
    • getProcessId

      public String getProcessId()
    • setProcessId

      public void setProcessId(String processId)