Class INRestaurant

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class INRestaurant
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • INRestaurant

      public INRestaurant()
    • INRestaurant

      protected INRestaurant​(NSObject.Handle h, long handle)
    • INRestaurant

      protected INRestaurant​(NSObject.SkipInit skipInit)
    • INRestaurant

      public INRestaurant​(CLLocation location, String name, String vendorIdentifier, String restaurantIdentifier)
    • INRestaurant

      public INRestaurant​(NSCoder coder)
  • Method Details

    • getLocation

      public CLLocation getLocation()
    • setLocation

      public void setLocation​(CLLocation v)
    • getName

      public String getName()
    • setName

      public void setName​(String v)
    • getVendorIdentifier

      public String getVendorIdentifier()
    • setVendorIdentifier

      public void setVendorIdentifier​(String v)
    • getRestaurantIdentifier

      public String getRestaurantIdentifier()
    • setRestaurantIdentifier

      public void setRestaurantIdentifier​(String v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(CLLocation location, String name, String vendorIdentifier, String restaurantIdentifier)
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)