Class WebImage

java.lang.Object
com.liferay.info.type.WebImage

public class WebImage extends Object
  • Constructor Details

  • Method Details

    • getAlt

      public String getAlt()
    • getAltInfoLocalizedValue

      public InfoLocalizedValue<String> getAltInfoLocalizedValue()
    • getInfoItemReference

      public InfoItemReference getInfoItemReference()
    • getURL

      public String getURL()
    • setAlt

      public WebImage setAlt(String alt)
    • setAltInfoLocalizedValue

      public WebImage setAltInfoLocalizedValue(InfoLocalizedValue<String> altInfoLocalizedValue)
    • toJSONObject

      public com.liferay.portal.kernel.json.JSONObject toJSONObject()
    • toJSONObject

      public com.liferay.portal.kernel.json.JSONObject toJSONObject(Locale locale)
    • toString

      public String toString()
      Overrides:
      toString in class Object