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()
String
public void setUsername(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Localization getLocalization()
Localization
public void setLocalization(Localization value)
value
- allowed object is
Localization
Copyright © 2011–2017 aiticon GmbH. All rights reserved.