| Modifier and Type | Method | Description | 
|---|---|---|
String | 
getFullName() | 
 User's full name. 
 | 
Reference | 
getHomeDirectory() | 
 Path to user's home directory. 
 | 
String | 
getName() | 
 User's short name. 
 | 
Reference | 
getPicturePath() | 
 Path to user's picture. 
 | 
Map<String,Object> | 
getProperties() | 
 Returns all properties for an instance of this class. 
 | 
void | 
setPicturePath(Reference picturePath) | 
 Path to user's picture. 
 | 
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOfstatic final TypeClass CLASS
@Code("fnam") @Kind("property") @Name("full name") @Type("text") String getFullName()
@Code("home") @Kind("property") @Name("home directory") @Type("any") Reference getHomeDirectory()
@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()
@Code("picp") @Kind("property") @Name("picture path") @Type("any") Reference getPicturePath()
@Code("picp") @Kind("property") @Name("picture path") @Type("any") void setPicturePath(Reference picturePath)
picturePath - new property value