java.lang.Object
com.priint.pubserver.plannerapi.resource.pageitem.Placeholder
All Implemented Interfaces:
Serializable

public class Placeholder extends Object implements Serializable
Class representing a placeholder element for Template in Planner REST Service.
See Also:
  • Field Details

    • id

      protected int id
      id of the Placeholder
    • timestamp

      protected long timestamp
  • Constructor Details

    • Placeholder

      public Placeholder()
    • Placeholder

      public Placeholder(int id, String name)
  • Method Details

    • getName

      public String getName()
      name of the Placeholder
    • setName

      public void setName(String name)
    • getId

      public int getId()
      id of the Placeholder
    • setId

      public void setId(int id)