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

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

    • id

      protected int id
      id of the Domain
    • timestamp

      protected long timestamp
  • Constructor Details

    • Domain

      public Domain()
    • Domain

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

    • getName

      public String getName()
      name of the Domain
    • setName

      public void setName(String name)
    • getId

      public int getId()
      id of the Domain
    • setId

      public void setId(int id)