Class AccessLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.users.accesslogs.AccessLogResult
-
- org.cyclos.model.users.accesslogs.AccessLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class AccessLogVO extends AccessLogResult
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,AccessLogVO>DEVICEstatic BasicProperty<IpGeolocationResultDTO,AccessLogVO>GEOLOCATIONstatic BasicProperty<String,AccessLogVO>MOBILE_APP_VERSION-
Fields inherited from class org.cyclos.model.users.accesslogs.AccessLogResult
CHANNEL, DATE, NETWORK, REMOTE_ADDRESS, USER
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description AccessLogVO()AccessLogVO(Long id)AccessLogVO(Property<T,? super AccessLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetDevice()IpGeolocationResultDTOgetGeolocation()StringgetMobileAppVersion()voidsetDevice(String device)voidsetGeolocation(IpGeolocationResultDTO geolocation)voidsetMobileAppVersion(String mobileAppVersion)-
Methods inherited from class org.cyclos.model.users.accesslogs.AccessLogResult
getChannel, getDate, getNetwork, getRemoteAddress, getUser, setChannel, setDate, setNetwork, setRemoteAddress, setUser
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
DEVICE
public static final BasicProperty<String,AccessLogVO> DEVICE
-
GEOLOCATION
public static final BasicProperty<IpGeolocationResultDTO,AccessLogVO> GEOLOCATION
-
MOBILE_APP_VERSION
public static final BasicProperty<String,AccessLogVO> MOBILE_APP_VERSION
-
-
Constructor Detail
-
AccessLogVO
public AccessLogVO()
-
AccessLogVO
public AccessLogVO(Long id)
-
AccessLogVO
public AccessLogVO(Property<T,? super AccessLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classAccessLogResult
-
getDevice
public String getDevice()
-
setDevice
public void setDevice(String device)
-
getGeolocation
public IpGeolocationResultDTO getGeolocation()
-
setGeolocation
public void setGeolocation(IpGeolocationResultDTO geolocation)
-
getMobileAppVersion
public String getMobileAppVersion()
- Overrides:
getMobileAppVersionin classAccessLogResult
-
setMobileAppVersion
public void setMobileAppVersion(String mobileAppVersion)
- Overrides:
setMobileAppVersionin classAccessLogResult
-
className
public String className()
- Overrides:
classNamein classAccessLogResult
-
-