return false;
}
PhotoInfo p = (PhotoInfo)obj;
ODMGXAWrapper txw = new ODMGXAWrapper();
txw.lock( this, Transaction.READ );
txw.lock( p, Transaction.READ );
txw.commit();
return ( isEqual( p.photographer, this.photographer )
&& isEqual( p.shootingPlace, this.shootingPlace )
&& isEqual( p.shootTime, this.shootTime )