Hi Paolo,
If you've mapped your ComplexType in your model, then DevForce should have generated its class as well. You don't need to create the class manually. Your complex type class will inherit from IdeaBlade.EntityModel.ComplexObject.
Since DevForce generates the class partially, you can define the IsItemBusy property inside your own partial class and expose it to your View.