Class InterfaceRefInfo


  • public class InterfaceRefInfo
    extends Object
    Data container for an Interface (Standard) Reference information element
    Author:
    Niko Siltala
    • Constructor Detail

      • InterfaceRefInfo

        public InterfaceRefInfo()
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getId

        public String getId()
        Returns:
        the id
      • setId

        public void setId​(String id)
        Parameters:
        id - the id to set
      • setInterfaceCategory

        public void setInterfaceCategory​(InterfaceRefInfo.EInterfaceCategory interfaceCategory)
        Parameters:
        interfaceCategory - the interfaceCategory to set
      • getInterfaceStdRef

        public InterfaceStdInfo getInterfaceStdRef()
        Returns:
        the interfaceStdRef
      • setInterfaceStdRef

        public void setInterfaceStdRef​(InterfaceStdInfo interfaceStdRef)
        Parameters:
        interfaceStdRef - the interfaceStdRef to set
      • getInterfaceStdRefId

        public String getInterfaceStdRefId()
        Returns:
        the interfaceStdRefId
      • setInterfaceStdRefId

        public void setInterfaceStdRefId​(String interfaceStdRefId)
        Parameters:
        interfaceStdRefId - the interfaceStdRefId to set
      • getAbstractInterfacePortRef

        public String getAbstractInterfacePortRef()
        Returns:
        the abstractInterfacePortRef
      • setAbstractInterfacePortRef

        public void setAbstractInterfacePortRef​(String abstractInterfacePortRef)
        Parameters:
        abstractInterfacePortRef - the abstractInterfacePortRef to set
      • getDescription

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set