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