Interface Textvariable

All Superinterfaces:
Serializable
All Known Implementing Classes:
TextvariableImpl

public interface Textvariable extends Serializable
The interface Textvariable.
  • Method Details

    • getUid

      int getUid()
      Gets uid.
      Returns:
      the uid
    • setUid

      void setUid(int uid)
      Sets uid.
      Parameters:
      uid - the uid to set
    • getName

      String getName()
      Gets name.
      Returns:
      the name
    • setName

      void setName(String name)
      Sets name.
      Parameters:
      name - the name to set
    • getType

      String getType()
      Gets type.
      Returns:
      the type
    • setType

      void setType(String type)
      Sets type.
      Parameters:
      type - the type to set
    • getStyleuid

      int getStyleuid()
      Gets styleuid.
      Returns:
      the styleuid
    • setStyleuid

      void setStyleuid(int styleuid)
      Sets styleuid.
      Parameters:
      styleuid - the styleuid to set
    • getContent

      String getContent()
      Gets content.
      Returns:
      the content
    • setContent

      void setContent(String content)
      Sets content.
      Parameters:
      content - the content to set
    • getTextBefore

      String getTextBefore()
      Gets text before.
      Returns:
      the textBefore
    • setTextBefore

      void setTextBefore(String textBefore)
      Sets text before.
      Parameters:
      textBefore - the textBefore to set
    • getTextAfter

      String getTextAfter()
      Gets text after.
      Returns:
      the textAfter
    • setTextAfter

      void setTextAfter(String textAfter)
      Sets text after.
      Parameters:
      textAfter - the textAfter to set
    • getScope

      String getScope()
      Gets scope.
      Returns:
      the scope
    • setScope

      void setScope(String scope)
      Sets scope.
      Parameters:
      scope - the scope to set
    • getUse

      String getUse()
      Gets use.
      Returns:
      the use
    • setUse

      void setUse(String use)
      Sets use.
      Parameters:
      use - the use to set
    • getDeleteEndPunctuation

      String getDeleteEndPunctuation()
      Gets delete end punctuation.
      Returns:
      the deleteEndPunctuation
    • setDeleteEndPunctuation

      void setDeleteEndPunctuation(String deleteEndPunctuation)
      Sets delete end punctuation.
      Parameters:
      deleteEndPunctuation - the deleteEndPunctuation to set
    • getIncludeExtension

      String getIncludeExtension()
      Gets include extension.
      Returns:
      the includeExtension
    • setIncludeExtension

      void setIncludeExtension(String includeExtension)
      Sets include extension.
      Parameters:
      includeExtension - the includeExtension to set
    • getIncludePath

      String getIncludePath()
      Gets include path.
      Returns:
      the includePath
    • setIncludePath

      void setIncludePath(String includePath)
      Sets include path.
      Parameters:
      includePath - the includePath to set
    • getEmperorDate

      String getEmperorDate()
      Gets emperor date.
      Returns:
      the emperorDate
    • setEmperorDate

      void setEmperorDate(String emperorDate)
      Sets emperor date.
      Parameters:
      emperorDate - the emperorDate to set
    • getBasetype

      String getBasetype()
      Gets basetype.
      Returns:
      the basetype
    • setBasetype

      void setBasetype(String basetype)
      Sets basetype.
      Parameters:
      basetype - the basetype to set
    • getFormatter

      String getFormatter()
      Gets formatter.
      Returns:
      the formatter
    • setFormatter

      void setFormatter(String formatter)
      Sets formatter.
      Parameters:
      formatter - the formatter to set
    • getDefaultValue

      String getDefaultValue()
      Gets default value.
      Returns:
      the defaultValue
    • setDefaultValue

      void setDefaultValue(String defaultValue)
      Sets default value.
      Parameters:
      defaultValue - the defaultValue to set