@Entity(name="org.beangle.ems.log.BusinessLogDetail") public class BusinessLogDetailBean extends LongIdObject implements BusinessLogDetail
id| Constructor and Description |
|---|
BusinessLogDetailBean() |
BusinessLogDetailBean(BusinessLog log,
String content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
BusinessLog |
getLog() |
void |
setcontent(String content) |
void |
setLog(BusinessLog log) |
equals, getId, hashCode, isPersisted, isTransient, setIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetId, isPersisted, isTransient, setIdpublic BusinessLogDetailBean()
public BusinessLogDetailBean(BusinessLog log, String content)
public String getContent()
getContent in interface BusinessLogDetailpublic void setcontent(String content)
public BusinessLog getLog()
getLog in interface BusinessLogDetailpublic void setLog(BusinessLog log)
Copyright © 2005–2019 The Beangle Software. All rights reserved.