@Description(value = "URL for product image URLs", target = DocTarget.METHOD) public String getImage() { return RazorHostsConfig.getRootUrl() + id + "/image"; }
@Description(value = "URL for product attributes", target = DocTarget.METHOD) public String getAttribute() { return RazorHostsConfig.getRootUrl() + id + "/attribute"; }