Class INRentalCar

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • INRentalCar

      protected INRentalCar()
    • INRentalCar

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

      protected INRentalCar​(NSObject.SkipInit skipInit)
    • INRentalCar

      public INRentalCar​(String rentalCompanyName, String type, String make, String model, String rentalCarDescription)
    • INRentalCar

      public INRentalCar​(NSCoder coder)
  • Method Details

    • getRentalCompanyName

      public String getRentalCompanyName()
    • getType

      public String getType()
    • getMake

      public String getMake()
    • getModel

      public String getModel()
    • getRentalCarDescription

      public String getRentalCarDescription()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String rentalCompanyName, String type, String make, String model, String rentalCarDescription)
    • encode

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

      protected long init​(NSCoder coder)