I'm not sure which one fix_it_up is, but your constructor should look something like this

public Machine(Fix_It_Up_Class fix_it_up, int number, boolean b)
{


}

Also, maybe I'm missing...