package app.vo { [Bindable] public class Bike extends NamedEntity { public function Bike(state:*=null) { super(state); } } }