public class Subject extends BaseObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Localization |
localization |
protected String |
name |
protected String |
username |
| Constructor and Description |
|---|
Subject() |
| Modifier and Type | Method and Description |
|---|---|
Localization |
getLocalization()
Gets the value of the localization property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUsername()
Gets the value of the username property.
|
void |
setLocalization(Localization value)
Sets the value of the localization property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
protected String username
protected String name
protected Localization localization
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Localization getLocalization()
Localizationpublic void setLocalization(Localization value)
value - allowed object is
LocalizationCopyright © 2011–2020 aiticon GmbH. All rights reserved.