示例#1
0
 /**
  * Query for the image path being set (non null/non empty)
  *
  * @return true if there is a path in the image path option
  */
 @JsonIgnore
 public boolean isImagePathSet() {
   return HoyaUtils.isSet(getImagePath());
 }