How to uniquely identify sheet in calc

I am developing and extension of calc in Java
I want to save custom properties per sheet basis . As of now i do this as SheetName_propertyName
But the problem with this is , if user renames the sheet, my custom property mapping is lost.
Is there a way to uniquely identify sheet via extension