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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id
-
-
Constructor Summary
Constructors Constructor Description BusinessLogDetailBean()BusinessLogDetailBean(BusinessLog log, String content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()BusinessLoggetLog()voidsetcontent(String content)voidsetLog(BusinessLog log)-
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId
-
-
-
-
Constructor Detail
-
BusinessLogDetailBean
public BusinessLogDetailBean()
-
BusinessLogDetailBean
public BusinessLogDetailBean(BusinessLog log, String content)
-
-
Method Detail
-
getContent
public String getContent()
- Specified by:
getContentin interfaceBusinessLogDetail
-
setcontent
public void setcontent(String content)
-
getLog
public BusinessLog getLog()
- Specified by:
getLogin interfaceBusinessLogDetail
-
setLog
public void setLog(BusinessLog log)
-
-