类 PlaceData

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

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

  • 构造器详细资料

    • PlaceData

      public PlaceData()
  • 方法详细资料

    • getCategoryCode

      public String getCategoryCode()
      返回:
      the categoryCode
    • setCategoryCode

      public void setCategoryCode(String categoryCode)
      参数:
      categoryCode - the categoryCode to set
    • getEntity

      public CmsPlace getEntity()
      返回:
      the entity
    • setEntity

      public void setEntity(CmsPlace entity)
      参数:
      entity - the entity to set
    • getAttribute

      public CmsPlaceAttribute getAttribute()
      返回:
      the attribute
    • setAttribute

      public void setAttribute(CmsPlaceAttribute attribute)
      参数:
      attribute - the attribute to set