Example #1
0
 public function isValid()
 {
     if (empty($this->getContaDv()) || !parent::isValid()) {
         return false;
     }
     return true;
 }
Example #2
0
 public function isValid()
 {
     if (empty($this->getConvenio()) || empty($this->getConvenioLider()) || !parent::isValid()) {
         return false;
     }
     return true;
 }
Example #3
0
 public function isValid()
 {
     if ($this->getCodigoCliente() == '' || !parent::isValid()) {
         return false;
     }
     return true;
 }
Example #4
0
 public function isValid()
 {
     if ($this->getIdremessa() == '' || !parent::isValid()) {
         return false;
     }
     return true;
 }