Class SAMProgramRecord

    • Constructor Detail

      • SAMProgramRecord

        public SAMProgramRecord​(String programGroupId)
    • Method Detail

      • getProgramGroupId

        public String getProgramGroupId()
      • getProgramName

        public String getProgramName()
      • setProgramName

        public void setProgramName​(String name)
      • getProgramVersion

        public String getProgramVersion()
      • setProgramVersion

        public void setProgramVersion​(String version)
      • getCommandLine

        public String getCommandLine()
      • setCommandLine

        public void setCommandLine​(String commandLine)
      • getPreviousProgramGroupId

        public String getPreviousProgramGroupId()
      • setPreviousProgramGroupId

        public void setPreviousProgramGroupId​(String id)
      • equivalent

        public boolean equivalent​(SAMProgramRecord that)
        Returns:
        true if this == that except for the program group ID, which is arbitrary
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object