isError method

bool isError()

Implementation

bool isError(){
  return id=="-1" && symbol=="-1" && name=="-1";
}