类 Place

java.lang.Object
com.publiccms.views.pojo.exchange.Place
所有已实现的接口:
Serializable

public class Place extends Object implements Serializable
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • Place

      public Place()
  • 方法详细资料

    • getPath

      public String getPath()
      返回:
      the path
    • setPath

      public void setPath(String path)
      参数:
      path - the path to set
    • getDatalist

      public List<PlaceData> getDatalist()
      返回:
      the datalist
    • setDatalist

      public void setDatalist(List<PlaceData> datalist)
      参数:
      datalist - the datalist to set