Class SmlConnection


  • public class SmlConnection
    extends Object
    • Constructor Detail

      • SmlConnection

        public SmlConnection()
      • SmlConnection

        public SmlConnection​(String name)
        constructor
        Parameters:
        name - Component name
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - The name
      • setTitle

        public void setTitle​(String title)
      • getTitle

        public String getTitle()
      • setHref

        public void setHref​(String href)
      • getHref

        public String getHref()
      • getRole

        public String getRole()
      • setRole

        public void setRole​(String role)
      • getConnections

        public List<SmlLink> getConnections()
      • isSetConnections

        public boolean isSetConnections()