I'm extending the BaseObject into my class like thid
import org.appfuse.model.BaseObject;
public class Person extends BaseObject{
...
}
But i found thats an error in my IDE (NetBeans)
How to resolve that.Regards Otniel
I'm extending the BaseObject into my class like thid
import org.appfuse.model.BaseObject;
public class Person extends BaseObject{
...
}
But i found thats an error in my IDE (NetBeans)
How to resolve that.Regards Otniel