Interface Textvariable

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    TextvariableImpl

    public interface Textvariable
    extends java.io.Serializable
    The interface Textvariable.
    • Method Detail

      • getUid

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

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

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

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

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

        void setType​(java.lang.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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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