Class LocalTriggerManager.ScriptIdentifiedBean

    • Constructor Detail

      • ScriptIdentifiedBean

        public ScriptIdentifiedBean​(int userId,
                                    mks.ci.server.engine.Identified n,
                                    java.sql.Connection c)
      • ScriptIdentifiedBean

        public ScriptIdentifiedBean​(mks.ci.server.engine.Identified n,
                                    mks.ci.common.AdminLookup al)
    • Method Detail

      • getInternalID

        public int getInternalID()
        Return the ID of this object. This is an internal id number, that may have no relevance externally except for debugging purposes. All objects will have an internal id number which is unique for that type of object.
      • getCreatedDate

        public java.util.Date getCreatedDate()
        Return the date this object was created.
      • getModifiedDate

        public java.util.Date getModifiedDate()
        Return the date this object was last modified.
      • getCreatedUser

        public java.lang.String getCreatedUser()
        Return the user that created this object.
      • getModifiedUser

        public java.lang.String getModifiedUser()
        Return the user that last modified this object.