Class MProjectTask

    • Constructor Detail

      • MProjectTask

        public MProjectTask​(Properties ctx,
                            int C_ProjectTask_ID,
                            String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        C_ProjectTask_ID - id
        trxName - transaction
      • MProjectTask

        public MProjectTask​(Properties ctx,
                            ResultSet rs,
                            String trxName)
        Load Constructor
        Parameters:
        ctx - context
        rs - result set
        trxName - transaction
      • MProjectTask

        public MProjectTask​(MProjectPhase phase)
        Parent Constructor
        Parameters:
        phase - parent
      • MProjectTask

        public MProjectTask​(MProjectPhase phase,
                            MProjectTypeTask task)
        Copy Constructor
        Parameters:
        phase - parent
        task - type copy
    • Method Detail

      • getLines

        public MProjectLine[] getLines()
        Get Project Lines BF 3067850 - monhate
        Returns:
        Array of lines
      • copyLinesFrom

        public int copyLinesFrom​(MProjectTask fromTask)
        Copy Lines from other Task BF 3067850 - monhate
        Parameters:
        fromTask - from Task
        Returns:
        number of lines copied