类 CommonRecord
- java.lang.Object
-
- tech.testnx.cah.common.reports.CommonRecord
-
- 所有已实现的接口:
Recordable<CommonRecord>
public class CommonRecord extends Object implements Recordable<CommonRecord>
- 作者:
- Yun
-
-
字段概要
-
从接口继承的字段 tech.testnx.cah.common.reports.Recordable
dateTimeFormat
-
-
构造器概要
构造器 构造器 说明 CommonRecord()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 LocalDateTimegetDatetime()StringgetDatetimeText()StringgetDescription()RecordTypegetRecordType()Get Record TypeStringgetTextRecord()Get text recordCommonRecordsetDatetimeAsNow()CommonRecordsetDescription(String description)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 tech.testnx.cah.common.reports.Recordable
getRecord
-
-
-
-
方法详细资料
-
getDatetime
public LocalDateTime getDatetime()
-
getDatetimeText
public String getDatetimeText()
-
setDatetimeAsNow
public CommonRecord setDatetimeAsNow()
-
getDescription
public String getDescription()
-
setDescription
public CommonRecord setDescription(String description)
-
getRecordType
public RecordType getRecordType()
从接口复制的说明:RecordableGet Record Type- 指定者:
getRecordType在接口中Recordable<CommonRecord>- 返回:
- RecordType
-
getTextRecord
public String getTextRecord()
从接口复制的说明:RecordableGet text record- 指定者:
getTextRecord在接口中Recordable<CommonRecord>- 返回:
- record as text
-
-