isValid method

bool isValid()

Implementation

bool isValid() {
  return this.location > 0 && this.subLocation > 0;
}