Package org.beangle.ems.log.model
Class BusinessLogDetailBean
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.beangle.ems.log.model.BusinessLogDetailBean
- All Implemented Interfaces:
Serializable,Entity<Long>,BusinessLogDetail
@Entity(name="org.beangle.ems.log.BusinessLogDetail")
public class BusinessLogDetailBean
extends LongIdObject
implements BusinessLogDetail
业务日志明细
- Version:
- $Id: BusinessLogDetailBean.java Aug 1, 2011 3:16:29 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 TypeMethodDescriptiongetLog()voidsetcontent(String content) voidsetLog(BusinessLog log) 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
-
BusinessLogDetailBean
public BusinessLogDetailBean() -
BusinessLogDetailBean
-
-
Method Details
-
getContent
- Specified by:
getContentin interfaceBusinessLogDetail
-
setcontent
-
getLog
- Specified by:
getLogin interfaceBusinessLogDetail
-
setLog
-