- Common ways to obtain RcObjectMetadata
private void myMethod () {}
rcObjMd.setRootId(StringUtils.padl(Integer.toString(curRootIdIndex), 8, '0'));
if (!finalizedRootId.equals(rcObjMd.getRootId())) { this.showInformationMessageDialog("Root id " + rcObjMd.getRootId() + " was taken by another user. Root id " + finalizedRootId + " will be used instead.", "Root Id Reassigned"); rcObjMd.setRootId(finalizedRootId);