Package myorg.relex.one2one
Class Auto2
- java.lang.Object
-
- myorg.relex.one2one.Auto2
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Auto2.Type
-
Field Summary
Fields Modifier and Type Field Description private Driver2
driver
private int
id
private Auto2.Type
type
-
Constructor Summary
Constructors Constructor Description Auto2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Driver2
getDriver()
int
getId()
Auto2.Type
getType()
void
setDriver(Driver2 driver)
void
setType(Auto2.Type type)
-
-
-
Field Detail
-
id
private int id
-
type
private Auto2.Type type
-
driver
private Driver2 driver
-
-
Method Detail
-
getId
public int getId()
-
getType
public Auto2.Type getType()
-
setType
public void setType(Auto2.Type type)
-
getDriver
public Driver2 getDriver()
-
setDriver
public void setDriver(Driver2 driver)
-
-