Interface BusinessLog

  • All Superinterfaces:
    org.beangle.commons.entity.Entity<Long>, Serializable
    All Known Implementing Classes:
    BusinessLogBean

    public interface BusinessLog
    extends org.beangle.commons.entity.Entity<Long>
    业务日志
    Version:
    $Id: BusinessLog.java Jun 27, 2011 7:28:23 PM chaostone $
    Author:
    chaostone
    • Method Detail

      • getOperator

        String getOperator()
        操作人员
      • getOperation

        String getOperation()
        操作内容
      • getResource

        String getResource()
        操作资源
      • getOperateAt

        Date getOperateAt()
        操作时间
      • getIp

        String getIp()
        操作地址
      • getEntry

        String getEntry()
        操作的系统入口
      • getAgent

        String getAgent()
        客户端代理