Class UrlInfo


  • public class UrlInfo
    extends Object
    Author:
    mmitche
    • Constructor Detail

      • UrlInfo

        @DataBoundConstructor
        public UrlInfo​(UrlType urlType,
                       String urlOrId)
    • Method Detail

      • getUrlOrId

        public String getUrlOrId()
      • setUrlOrId

        public void setUrlOrId​(String urlOrId)
      • getUrlType

        public UrlType getUrlType()
      • setUrlType

        public void setUrlType​(UrlType urlType)