Interface Placeholder

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

    public interface Placeholder
    extends java.io.Serializable
    The 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
      • getStringId

        java.lang.String getStringId()
        Gets the string id.
        Returns:
        the string id
      • setStringId

        void setStringId​(java.lang.String stringId)
        Sets the string id.
        Parameters:
        stringId - the new string id
      • getValue

        java.lang.String getValue()
        Gets the value.
        Returns:
        the value
      • setValue

        void setValue​(java.lang.String value)
        Sets the value.
        Parameters:
        value - the new value
      • getId

        int getId()
        Gets the id.
        Returns:
        the id
      • setId

        void setId​(int id)
        Sets the id.
        Parameters:
        id - the new id
      • getId2

        int getId2()
        Gets the id 2.
        Returns:
        the id 2
      • setId2

        void setId2​(int id2)
        Sets the id 2.
        Parameters:
        id2 - the new id 2
      • getId3

        int getId3()
        Gets the id 3.
        Returns:
        the id 3
      • setId3

        void setId3​(int id3)
        Sets the id 3.
        Parameters:
        id3 - the new id 3