Move() method in physics?

I’m with a problem here. I normally use move() method on spatials. But when i use physics, they say i should’nt use setLocalTranslation() and move() methods and to use setPhysicsLocation() instead. There is a similar method to move() in physics, or how do I move my spatial?

" you can use setLinearVelocity() and apply forces and torques to it." - https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:beginner:hello_physics

Thanks!