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,org.beangle.commons.entity.Entity<Long>,BusinessLog
@Entity(name="org.beangle.ems.log.BusinessLog") public class BusinessLogBean extends org.beangle.commons.entity.pojo.LongIdObject implements BusinessLog
业务日志实现- Version:
- $Id: BusinessLogBean.java Jun 27, 2011 7:09:58 PM chaostone $
- Author:
- chaostone
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BusinessLogBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAgent()客户端代理BusinessLogDetailgetDetail()详细内容StringgetEntry()操作的系统入口StringgetIp()操作地址DategetOperateAt()操作时间StringgetOperation()操作内容StringgetOperator()操作人员StringgetResource()操作资源voidsetAgent(String agent)voidsetDetail(BusinessLogDetail detail)voidsetEntry(String entry)voidsetIp(String ip)voidsetOperateAt(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, setId
-
-
-
-
Method Detail
-
getAgent
public String getAgent()
Description copied from interface:BusinessLog客户端代理- Specified by:
getAgentin interfaceBusinessLog
-
setAgent
public void setAgent(String agent)
-
getOperator
public String getOperator()
Description copied from interface:BusinessLog操作人员- Specified by:
getOperatorin interfaceBusinessLog
-
setOperator
public void setOperator(String operator)
-
getOperation
public String getOperation()
Description copied from interface:BusinessLog操作内容- Specified by:
getOperationin interfaceBusinessLog
-
setOperation
public void setOperation(String operation)
-
getResource
public String getResource()
Description copied from interface:BusinessLog操作资源- Specified by:
getResourcein interfaceBusinessLog
-
setResource
public void setResource(String resource)
-
getEntry
public String getEntry()
Description copied from interface:BusinessLog操作的系统入口- Specified by:
getEntryin interfaceBusinessLog
-
setEntry
public void setEntry(String entry)
-
getOperateAt
public Date getOperateAt()
Description copied from interface:BusinessLog操作时间- Specified by:
getOperateAtin interfaceBusinessLog
-
setOperateAt
public void setOperateAt(Date operateAt)
-
getIp
public String getIp()
Description copied from interface:BusinessLog操作地址- Specified by:
getIpin interfaceBusinessLog
-
setIp
public void setIp(String ip)
-
getDetail
public BusinessLogDetail getDetail()
Description copied from interface:BusinessLog详细内容- Specified by:
getDetailin interfaceBusinessLog
-
setDetail
public void setDetail(BusinessLogDetail detail)
-
-