Class SystemsEntry


  • public class SystemsEntry
    extends java.lang.Object
    Created by carlg on 6/16/2016.
    • Constructor Summary

      Constructors 
      Constructor Description
      SystemsEntry​(java.lang.String title, InfoLine info, java.lang.String url)
      Creates a systems entry that may have all the bells and whistles.
      SystemsEntry​(java.lang.String title, java.lang.String text)
      Creates a basic systems entry that is not in error state and has no navigation URL
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      InfoLine getInfo()  
      java.lang.String getTitle()  
      java.util.Optional<java.lang.String> getUrl()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemsEntry

        public SystemsEntry​(java.lang.String title,
                            java.lang.String text)
        Creates a basic systems entry that is not in error state and has no navigation URL
      • SystemsEntry

        public SystemsEntry​(java.lang.String title,
                            InfoLine info,
                            java.lang.String url)
        Creates a systems entry that may have all the bells and whistles.
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
      • getUrl

        public java.util.Optional<java.lang.String> getUrl()