Package step.core.accessors
Class AbstractUser
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractUser
-
public abstract class AbstractUser extends AbstractIdentifiableObject
-
-
Field Summary
-
Fields inherited from class step.core.accessors.AbstractIdentifiableObject
customFields, ID
-
-
Constructor Summary
Constructors Constructor Description AbstractUser()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetSessionUsername()-
Methods inherited from class step.core.accessors.AbstractIdentifiableObject
addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
-
-
-
-
Method Detail
-
getSessionUsername
public abstract String getSessionUsername()
-
-