// -----------  Property Getter/Setter ----------//
 @Kroll.getProperty
 @Kroll.method
 public String getCanonicalIdentifier() {
   Log.d(LCAT, "getCanonicalIdentifier");
   return branchUniversalObject.getCanonicalIdentifier();
 }