Package org.beangle.ems.log
Interface BusinessLogDetail
-
- All Superinterfaces:
org.beangle.commons.entity.Entity<Long>,Serializable
- All Known Implementing Classes:
BusinessLogDetailBean
public interface BusinessLogDetail extends org.beangle.commons.entity.Entity<Long>
业务日志明细- Version:
- $Id: BusinessLogDetail.java Aug 1, 2011 3:20:46 PM chaostone $
- Author:
- chaostone
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent()BusinessLoggetLog()
-
-
-
Method Detail
-
getContent
String getContent()
-
getLog
BusinessLog getLog()
-
-