Class ARDAndProfInfo

    • Field Detail

      • interfaceStdList

        protected Set<InterfaceStdInfo> interfaceStdList
        Collection of InterfaceStandards
    • Constructor Detail

      • ARDAndProfInfo

        public ARDAndProfInfo()
        Default constructor
      • ARDAndProfInfo

        public ARDAndProfInfo​(String id,
                              String guid,
                              String name,
                              String desc)
        Constructor for assigning information at construction.
        Parameters:
        id -
        name -
        desc -
    • Method Detail

      • getFileName

        public String getFileName()
        Returns:
        the fileName
      • setFileName

        public void setFileName​(String fileName)
        Parameters:
        fileName - the fileName to set
      • getProfInfoList

        public Map<String,​ProfInfo> getProfInfoList()
        Returns:
        the profInfoList
      • setProfInfoList

        public void setProfInfoList​(Map<String,​ProfInfo> profInfoList)
        Parameters:
        profInfoList - the profInfoList to set
      • clearProfInfoList

        public void clearProfInfoList()
        Clears ProfileInfoList
      • addProfileInfo

        public boolean addProfileInfo​(ProfInfo profInfo)
        Adds new profileInfo to this container's collection
        Parameters:
        profInfo - Profile information element to be added
        Returns:
        true if it was added, false if not (e.g. it was existing there already).
      • getInterfaceStdList

        public Set<InterfaceStdInfo> getInterfaceStdList()
        Returns:
        the interfaceStdList
      • setInterfaceStdList

        public void setInterfaceStdList​(Set<InterfaceStdInfo> interfaceStdList)
        Parameters:
        interfaceStdList - the interfaceStdList to set
      • addInterfaceStdInfo

        public boolean addInterfaceStdInfo​(InterfaceStdInfo interfaceStdInfo)
        Adds new interfaceStdInfo to this container's collection
        Parameters:
        interfaceStdInfo - information about this category
        Returns:
        true if it was added, false if not (e.g. it was existing there already).