| Constructor and Description |
|---|
Principal() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets the id.
|
java.lang.String |
getLoginName()
Gets the login name.
|
java.lang.String |
getTitle()
Gets the title.
|
PrincipalType |
getType()
Gets the type.
|
boolean |
isHiddenInUI()
Checks if is hidden in ui.
|
void |
setLoginName(java.lang.String loginName)
Sets the login name.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
public int getId()
public java.lang.String getLoginName()
public java.lang.String getTitle()
public PrincipalType getType()
public boolean isHiddenInUI()
public void setLoginName(java.lang.String loginName)
loginName - the new login namepublic void setTitle(java.lang.String title)
title - the new title