public class Tticket extends Object implements Serializable
| Constructor and Description | 
|---|
| Tticket() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContent()Returns the value of field 'content'. | 
| String | getState()Returns the value of field 'state'. | 
| void | setContent(String content)Sets the value of field 'content'. | 
| void | setState(String state)Sets the value of field 'state'. | 
| String | toString() | 
public String getContent()
public String getState()
public void setContent(String content)
content - the value of field 'content'.public void setState(String state)
state - the value of field 'state'.Copyright © 2019. All rights reserved.