public class ToU extends Object
Constructor and Description |
---|
ToU(String title,
String content,
long touId,
double version) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
long |
getId() |
String |
getTitle() |
double |
getVersion() |
void |
setContent(String content) |
void |
setId(long id) |
void |
setTitle(String title) |
void |
setVersion(double version) |
String |
toString() |
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public long getId()
public void setId(long id)
public double getVersion()
public void setVersion(double version)
Copyright © 2020. All Rights Reserved.