Class PlaceholderImpl

  • All Implemented Interfaces:
    Placeholder, java.io.Serializable

    public class PlaceholderImpl
    extends java.lang.Object
    implements java.io.Serializable, Placeholder
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PlaceholderImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()
      Gets the id.
      int getId2()
      Gets the id 2.
      int getId3()
      Gets the id 3.
      int getPlaceholderId()
      Gets the placeholder id.
      java.lang.String getStringId()
      Gets the string id.
      java.lang.String getValue()
      Gets the value.
      void setId​(int id)
      Sets the id.
      void setId2​(int id2)
      Sets the id 2.
      void setId3​(int id3)
      Sets the id 3.
      void setPlaceholderId​(int placeholderId)
      Sets the placeholder id.
      void setStringId​(java.lang.String stringId)
      Sets the string id.
      void setValue​(java.lang.String value)
      Sets the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlaceholderImpl

        public PlaceholderImpl()
    • Method Detail

      • getPlaceholderId

        public int getPlaceholderId()
        Description copied from interface: Placeholder
        Gets the placeholder id.
        Specified by:
        getPlaceholderId in interface Placeholder
        Returns:
        the placeholder id
      • setPlaceholderId

        public void setPlaceholderId​(int placeholderId)
        Description copied from interface: Placeholder
        Sets the placeholder id.
        Specified by:
        setPlaceholderId in interface Placeholder
        Parameters:
        placeholderId - the new placeholder id
      • getStringId

        public java.lang.String getStringId()
        Description copied from interface: Placeholder
        Gets the string id.
        Specified by:
        getStringId in interface Placeholder
        Returns:
        the string id
      • setStringId

        public void setStringId​(java.lang.String stringId)
        Description copied from interface: Placeholder
        Sets the string id.
        Specified by:
        setStringId in interface Placeholder
        Parameters:
        stringId - the new string id
      • getValue

        public java.lang.String getValue()
        Description copied from interface: Placeholder
        Gets the value.
        Specified by:
        getValue in interface Placeholder
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.String value)
        Description copied from interface: Placeholder
        Sets the value.
        Specified by:
        setValue in interface Placeholder
        Parameters:
        value - the new value
      • getId

        public int getId()
        Description copied from interface: Placeholder
        Gets the id.
        Specified by:
        getId in interface Placeholder
        Returns:
        the id
      • setId

        public void setId​(int id)
        Description copied from interface: Placeholder
        Sets the id.
        Specified by:
        setId in interface Placeholder
        Parameters:
        id - the new id
      • getId2

        public int getId2()
        Description copied from interface: Placeholder
        Gets the id 2.
        Specified by:
        getId2 in interface Placeholder
        Returns:
        the id 2
      • setId2

        public void setId2​(int id2)
        Description copied from interface: Placeholder
        Sets the id 2.
        Specified by:
        setId2 in interface Placeholder
        Parameters:
        id2 - the new id 2
      • getId3

        public int getId3()
        Description copied from interface: Placeholder
        Gets the id 3.
        Specified by:
        getId3 in interface Placeholder
        Returns:
        the id 3
      • setId3

        public void setId3​(int id3)
        Description copied from interface: Placeholder
        Sets the id 3.
        Specified by:
        setId3 in interface Placeholder
        Parameters:
        id3 - the new id 3