Class Overview
Created by marvin on 02.05.15 in project shoebill-api.
Copyright (c) 2015 Marvin Haschker. All rights reserved.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Fields
Public Constructors
public
VehicleState
(int driver, int passenger, int backLeft, int backRight)
Public Methods
public
int
getBackLeft
()
public
int
getBackRight
()
public
int
getPassenger
()
public
void
setBackLeft
(int backLeft)
public
void
setBackRight
(int backRight)
public
void
setDriver
(int driver)
public
void
setPassenger
(int passenger)