Interface Placeholder

    • Method Detail

      • getPlaceholderId

        int getPlaceholderId()
        Gets the placeholder id.
        Returns:
        the placeholder id
      • setPlaceholderId

        void setPlaceholderId​(int placeholderId)
        Sets the placeholder id.
        Parameters:
        placeholderId - the new placeholder id
      • getName

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

        void setName​(java.lang.String name)
        Sets the name.
        Parameters:
        name - the new name
      • getOverset

        java.lang.String getOverset()
        Gets the overset.
        Returns:
        the overset
      • setOverset

        void setOverset​(java.lang.String overset)
        Sets the overset.
        Parameters:
        overset - the new overset
      • getInfos1

        java.lang.String getInfos1()
        Gets the infos 1.
        Returns:
        the infos 1
      • setInfos1

        void setInfos1​(java.lang.String infos1)
        Sets the infos 1.
        Parameters:
        infos1 - the new infos 1
      • getInfos2

        java.lang.String getInfos2()
        Gets the infos 2.
        Returns:
        the infos 2
      • setInfos2

        void setInfos2​(java.lang.String infos2)
        Sets the infos 2.
        Parameters:
        infos2 - the new infos 2
      • getExt

        Ext getExt()
        Gets the ext.
        Returns:
        the ext
        See Also:
        Ext
      • setExt

        void setExt​(Ext ext)
        Sets the ext.
        Parameters:
        ext - the new ext
        See Also:
        Ext
      • getRecord

        Record getRecord()
        Gets the record.
        Returns:
        the record
        See Also:
        Record
      • setRecord

        void setRecord​(Record record)
        Sets the record.
        Parameters:
        record - the new record
        See Also:
        Record
      • getParents

        Parents getParents()
        Gets the parents.
        Returns:
        the parents
        See Also:
        Parents
      • setParents

        void setParents​(Parents parents)
        Sets the parents.
        Parameters:
        parents - the new parents
        See Also:
        Parents
      • getFrames

        java.util.List<Frame> getFrames()
        Gets the frames.
        Returns:
        the frames
        See Also:
        Frame
      • setFrames

        void setFrames​(java.util.List<Frame> frames)
        Sets the frames.
        Parameters:
        frames - the new frames
        See Also:
        Frame
      • getState

        State getState()
        Gets the state.
        Returns:
        the state
        See Also:
        State
      • setState

        void setState​(State state)
        Sets the state.
        Parameters:
        state - the new state
        See Also:
        State
      • getTextContent

        TextContent getTextContent()
        Gets the text content.
        Returns:
        the text content
        See Also:
        TextContent
      • setTextContent

        void setTextContent​(TextContent textContent)
        Sets the text content
        Parameters:
        textContent - the new textcontent
        See Also:
        TextContent
      • getImageContent

        ImageContent getImageContent()
        Gets the image content.
        Returns:
        the image content
        See Also:
        ImageContent
      • setImageContent

        void setImageContent​(ImageContent imageContent)
        Sets the image content
        Parameters:
        imageContent - the new imagecontent
        See Also:
        ImageContent
      • getFunctionVariables

        java.util.List<FunctionVariable> getFunctionVariables()

        Gets the function variable definitions for this placeholder

        Returns:
        function variables for this placeholder
        See Also:
        FunctionVariable
      • setFunctionVariables

        void setFunctionVariables​(java.util.List<FunctionVariable> functionVariables)

        Sets the function variable definitions for this placeholder

        Parameters:
        functionVariables - new function variable definitions for this placeholder
        See Also:
        FunctionVariable