syntax question

here is my code:

newSystem.setAttribute("where","[MIN_DCP].id = '"+this.getProperty("id")+"'");

I'm looking to add the OR condition to it.

ex.

where min_dcp.id = this.getProperty("id") OR min_dcp_parent_adp = this.getProperty("id") 

ty