public class PersonTopic extends Object implements Serializable
| Constructor and Description |
|---|
PersonTopic() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFromYear() |
String |
getSchema() |
String |
getToYear() |
String |
getValue() |
static PersonTopic |
newInstance(String value,
String schema,
String fromYear,
String toYear) |
void |
setFromYear(String fromYear) |
void |
setSchema(String schema) |
void |
setToYear(String toYear) |
void |
setValue(String value) |
public static PersonTopic newInstance(String value, String schema, String fromYear, String toYear)
public String getValue()
public void setValue(String value)
public String getSchema()
public void setSchema(String schema)
public String getFromYear()
public void setFromYear(String fromYear)
public String getToYear()
public void setToYear(String toYear)
Copyright © 2025. All rights reserved.