Class ProfInfo

  • All Implemented Interfaces:
    Cloneable

    public class ProfInfo
    extends CommonInfoContainer
    Data container for descriptive information about a Profile
    Author:
    Niko Siltala
    • Method Detail

      • isAbstractProfile

        public boolean isAbstractProfile()
        Is this Profile abstract(true) or implementable(false)
        Returns:
        the abstractProfile
      • setAbstractProfile

        public void setAbstractProfile​(boolean abstractProfile)
        Sets is this Profile abstract(true) or implementable(false)
        Parameters:
        abstractProfile - the abstractProfile to set
      • getParentArdInfo

        public ARDAndProfInfo getParentArdInfo()
        Returns:
        the parentArd
      • setParentArdInfo

        public void setParentArdInfo​(ARDAndProfInfo parentArd)
        Parameters:
        parentArd - the parentArd to set