QueryCRMPDBOImpl.java edited online with Bitbucket

master
Boris Bendyukov 2014-01-17 07:46:41 +00:00
parent 926ec19234
commit 18c251ca18
1 changed files with 3 additions and 0 deletions

View File

@ -103,4 +103,7 @@ public class QueryCRMPDBOImpl extends DBObjectImpl implements QueryCRMPDBO {
return mReplyVarId; return mReplyVarId;
} }
public String getCRMPInvokeId() {
return mCRMPInvId;
}
} }