Class VehicleDoor

  • All Implemented Interfaces:
    java.io.Serializable

    public class VehicleDoor
    extends ApiData
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VehicleDoor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getStatus()
      Returns the door status
      java.lang.String getType()
      Returns the door type
      java.lang.String toString()
      Returns the stored data string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VehicleDoor

        public VehicleDoor()
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns the door type
        Returns:
        door type
      • getStatus

        public java.lang.String getStatus()
        Returns the door status
        Returns:
        door status
      • toString

        public java.lang.String toString()
        Description copied from class: ApiData
        Returns the stored data string.
        Overrides:
        toString in class ApiData
        Returns:
        a stringified representation of VehicleDoor