类 LocalBusiness

直接已知子类:
AnimalShelter, ArchiveOrganization, AutomotiveBusiness, ChildCare, DryCleaningOrLaundry, EmergencyService, EmploymentAgency, EntertainmentBusiness, FinancialService, GovernmentOffice, HealthAndBeautyBusiness, HomeAndConstructionBusiness, InternetCafe, LegalService, Library, LodgingBusiness, MedicalBusiness, ProfessionalService, RadioStation, RealEstateAgent, RecyclingCenter, SelfStorage, ShoppingCenter, SportsActivityLocation, Store, TelevisionStation, TouristInformationCenter, TravelAgency

public class LocalBusiness extends Place
  • 构造器详细资料

    • LocalBusiness

      public LocalBusiness()
  • 方法详细资料

    • getPaymentAccepted

      public String getPaymentAccepted()
    • setPaymentAccepted

      public void setPaymentAccepted(String paymentAccepted)
    • getBranchOf

      public Organization getBranchOf()
    • setBranchOf

      public void setBranchOf(Organization branchOf)
    • getOpeningHours

      public String getOpeningHours()
    • setOpeningHours

      public void setOpeningHours(String openingHours)
    • getPriceRange

      public String getPriceRange()
    • setPriceRange

      public void setPriceRange(String priceRange)
    • getCurrenciesAccepted

      public String getCurrenciesAccepted()
    • setCurrenciesAccepted

      public void setCurrenciesAccepted(String currenciesAccepted)