Package net.worcade.client.get
Interface User
-
- All Superinterfaces:
Entity,Reference,ReferenceWithName
- All Known Subinterfaces:
UserProfile
- All Known Implementing Classes:
IncomingDto
public interface User extends Entity, ReferenceWithName
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceWithNamegetCompany()LocalegetLocale()ReferenceWithNamegetLocation()ReferenceWithNamegetPicture()-
Methods inherited from interface net.worcade.client.get.Entity
created, createdBy, getOwners, getRemoteIds, modifier
-
Methods inherited from interface net.worcade.client.get.Reference
getId, getModified, getType, getVersion, isDeleted
-
Methods inherited from interface net.worcade.client.get.ReferenceWithName
getName
-
-
-
-
Method Detail
-
getLocale
Locale getLocale()
-
getCompany
ReferenceWithName getCompany()
-
getLocation
ReferenceWithName getLocation()
-
getPicture
ReferenceWithName getPicture()
-
-