Class LocalTriggerManager.ScriptModifyTimeEntryOpBean

    • Constructor Detail

      • ScriptModifyTimeEntryOpBean

        public ScriptModifyTimeEntryOpBean​(mks.ci.server.ModifyTimeEntryOp op,
                                           int userId,
                                           java.sql.Connection c)
        Create a new ScriptModifyTimeEntryOpBean.
        Parameters:
        op - the operation that the bean encompasses
        userId - the current user
        c - the database connection
    • Method Detail

      • getIssueID

        public int getIssueID()
        Returns the issue ID of the time entry we are editing.
        Returns:
        the issue ID of the time entry.
      • getUser

        public java.lang.String getUser()
        Returns the user name of the time entry we are editing.
        Returns:
        the user name of the time entry.
      • getEntryDate

        public java.util.Date getEntryDate()
        Returns the entry date of the time entry we are editing.
        Returns:
        the entry date of the time entry.
      • getSource

        public java.lang.String getSource()
        Returns the source name of the time entry we are editing.
        Returns:
        the source name of the time entry.