Package org.beangle.ems.log.model
Class BusinessLogBean
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.beangle.ems.log.model.BusinessLogBean
- All Implemented Interfaces:
Serializable,Entity<Long>,BusinessLog
@Entity(name="org.beangle.ems.log.BusinessLog")
public class BusinessLogBean
extends LongIdObject
implements BusinessLog
业务日志实现
- Version:
- $Id: BusinessLogBean.java Jun 27, 2011 7:09:58 PM chaostone $
- Author:
- chaostone
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAgent()客户端代理详细内容getEntry()操作的系统入口getIp()操作地址操作时间操作内容操作人员操作资源voidvoidsetDetail(BusinessLogDetail detail) voidvoidvoidsetOperateAt(Date operateAt) voidsetOperation(String operation) voidsetOperator(String operator) voidsetResource(String resource) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId
-
Constructor Details
-
BusinessLogBean
public BusinessLogBean()
-
-
Method Details
-
getAgent
Description copied from interface:BusinessLog客户端代理- Specified by:
getAgentin interfaceBusinessLog
-
setAgent
-
getOperator
Description copied from interface:BusinessLog操作人员- Specified by:
getOperatorin interfaceBusinessLog
-
setOperator
-
getOperation
Description copied from interface:BusinessLog操作内容- Specified by:
getOperationin interfaceBusinessLog
-
setOperation
-
getResource
Description copied from interface:BusinessLog操作资源- Specified by:
getResourcein interfaceBusinessLog
-
setResource
-
getEntry
Description copied from interface:BusinessLog操作的系统入口- Specified by:
getEntryin interfaceBusinessLog
-
setEntry
-
getOperateAt
Description copied from interface:BusinessLog操作时间- Specified by:
getOperateAtin interfaceBusinessLog
-
setOperateAt
-
getIp
Description copied from interface:BusinessLog操作地址- Specified by:
getIpin interfaceBusinessLog
-
setIp
-
getDetail
Description copied from interface:BusinessLog详细内容- Specified by:
getDetailin interfaceBusinessLog
-
setDetail
-