Class BunkZone

    • Constructor Detail

      • BunkZone

        public BunkZone()
      • BunkZone

        public BunkZone​(BunkZone source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getZoneId

        public Long getZoneId()
        Get 点位ID
        Returns:
        ZoneId 点位ID
      • setZoneId

        public void setZoneId​(Long ZoneId)
        Set 点位ID
        Parameters:
        ZoneId - 点位ID
      • getZoneName

        public String getZoneName()
        Get 点位名称
        Returns:
        ZoneName 点位名称
      • setZoneName

        public void setZoneName​(String ZoneName)
        Set 点位名称
        Parameters:
        ZoneName - 点位名称
      • getBunkCodes

        public String getBunkCodes()
        Get 铺位编码
        Returns:
        BunkCodes 铺位编码
      • setBunkCodes

        public void setBunkCodes​(String BunkCodes)
        Set 铺位编码
        Parameters:
        BunkCodes - 铺位编码