public class MemoRecord extends AbstractRecord
Record
implementation that contains a Memo record.ATTR_BUSY, ATTR_DELETE, ATTR_DIRTY, ATTR_SECRET
Constructor and Description |
---|
MemoRecord(int attribute)
Creates a new
MemoRecord . |
Modifier and Type | Method and Description |
---|---|
String |
getMemo()
Gets the memo message.
|
void |
setMemo(String memo) |
String |
toString() |
getCategoryIndex, isBusy, isDelete, isDirty, isSecret
public MemoRecord(int attribute)
MemoRecord
.attribute
- Record attributeCopyright © 2009–2017. All rights reserved.