Class PlaceholderImpl

java.lang.Object
com.priint.pubserver.metadata.xml.element.PlaceholderImpl
All Implemented Interfaces:
Placeholder, Serializable

public class PlaceholderImpl extends Object implements Serializable, Placeholder
See Also:
  • Constructor Details

    • PlaceholderImpl

      public PlaceholderImpl()
  • Method Details

    • 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 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(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 String getValue()
      Description copied from interface: Placeholder
      Gets the value.
      Specified by:
      getValue in interface Placeholder
      Returns:
      the value
    • setValue

      public void setValue(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