Class Customer
- java.lang.Object
-
- org.opentrafficsim.road.network.factory.vissim.Customer
-
public class Customer extends java.lang.Object
- Author:
- p070518
-
-
Constructor Summary
Constructors Constructor Description Customer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAge()
int
getId()
java.lang.String
getName()
void
setAge(int age)
void
setId(int id)
void
setName(java.lang.String name)
-