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

public class Preview extends Object implements Serializable
Class representing a preview element for Template in Planner REST Service.
See Also:
  • Constructor Details

    • Preview

      public Preview()
    • Preview

      public Preview(String src)
  • Method Details

    • getSrc

      public String getSrc()
      src of the Preview
    • setSrc

      public void setSrc(String src)