Package com.jamasoftware.velocity.api
Interface UserLogEntry
-
- All Superinterfaces:
DomainObjectBase
public interface UserLogEntry extends DomainObjectBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getActualLicenseType()
java.lang.String
getLicenseType()
java.lang.Integer
getLoginCode()
java.util.Date
getLoginTime()
java.lang.Integer
getLogoutCode()
java.util.Date
getLogoutTime()
java.lang.String
getSessionId()
User
getUser()
java.lang.String
getUserAgent()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObjectBase
getId, getOrganizationId
-
-
-
-
Method Detail
-
getUser
User getUser()
-
getSessionId
java.lang.String getSessionId()
-
getLoginTime
java.util.Date getLoginTime()
-
getLogoutTime
java.util.Date getLogoutTime()
-
getLoginCode
java.lang.Integer getLoginCode()
-
getLogoutCode
java.lang.Integer getLogoutCode()
-
getLicenseType
java.lang.String getLicenseType()
-
getActualLicenseType
java.lang.String getActualLicenseType()
-
getUserAgent
java.lang.String getUserAgent()
-
-