Class Placeholder

  • All Implemented Interfaces:
    java.io.Serializable

    public class Placeholder
    extends java.lang.Object
    implements java.io.Serializable
    Class representing a placeholder element for Template in Planner REST Service.
    See Also:
    Template, Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int id
      id of the Placeholder
      protected long timestamp  
    • Constructor Summary

      Constructors 
      Constructor Description
      Placeholder()  
      Placeholder​(int id, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()
      id of the Placeholder
      java.lang.String getName()
      name of the Placeholder
      void setId​(int id)
      void setName​(java.lang.String name)
      • Methods inherited from class java.lang.Object

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

      • id

        protected int id
        id of the Placeholder
      • timestamp

        protected long timestamp
    • Constructor Detail

      • Placeholder

        public Placeholder()
      • Placeholder

        public Placeholder​(int id,
                           java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        name of the Placeholder
      • setName

        public void setName​(java.lang.String name)
      • getId

        public int getId()
        id of the Placeholder
      • setId

        public void setId​(int id)