public class TodoItem extends Object
static interface
TodoItem.Mapper
TodoItem()
String
getDesc()
int
getId()
void
setDesc(String desc)
setId(int id)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TodoItem()
public int getId()
public void setId(int id)
public String getDesc()
public void setDesc(String desc)
Copyright © 2020. All rights reserved.