Class AccessLogResult
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.users.accesslogs.AccessLogResult
-
- All Implemented Interfaces:
Serializable,IEntity
- Direct Known Subclasses:
AccessLogVO
public class AccessLogResult extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<ChannelVO,AccessLogResult>CHANNELstatic StringCLASS_NAMEstatic BasicProperty<DateTime,AccessLogResult>DATEstatic BasicProperty<String,AccessLogResult>MOBILE_APP_VERSIONstatic BasicProperty<NetworkVO,AccessLogResult>NETWORKstatic BasicProperty<String,AccessLogResult>REMOTE_ADDRESSstatic BasicProperty<BasicUserVO,AccessLogResult>USER-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description AccessLogResult()AccessLogResult(Long id)AccessLogResult(Property<T,? super AccessLogResult> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()ChannelVOgetChannel()DateTimegetDate()StringgetMobileAppVersion()NetworkVOgetNetwork()StringgetRemoteAddress()BasicUserVOgetUser()voidsetChannel(ChannelVO channel)voidsetDate(DateTime date)voidsetMobileAppVersion(String mobileAppVersion)voidsetNetwork(NetworkVO network)voidsetRemoteAddress(String remoteAddress)voidsetUser(BasicUserVO user)-
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
-
CHANNEL
public static final BasicProperty<ChannelVO,AccessLogResult> CHANNEL
-
DATE
public static final BasicProperty<DateTime,AccessLogResult> DATE
-
MOBILE_APP_VERSION
public static final BasicProperty<String,AccessLogResult> MOBILE_APP_VERSION
-
NETWORK
public static final BasicProperty<NetworkVO,AccessLogResult> NETWORK
-
REMOTE_ADDRESS
public static final BasicProperty<String,AccessLogResult> REMOTE_ADDRESS
-
USER
public static final BasicProperty<BasicUserVO,AccessLogResult> USER
-
-
Constructor Detail
-
AccessLogResult
public AccessLogResult()
-
AccessLogResult
public AccessLogResult(Long id)
-
AccessLogResult
public AccessLogResult(Property<T,? super AccessLogResult> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getChannel
public ChannelVO getChannel()
-
setChannel
public void setChannel(ChannelVO channel)
-
getDate
public DateTime getDate()
-
setDate
public void setDate(DateTime date)
-
getMobileAppVersion
public String getMobileAppVersion()
-
setMobileAppVersion
public void setMobileAppVersion(String mobileAppVersion)
-
getNetwork
public NetworkVO getNetwork()
-
setNetwork
public void setNetwork(NetworkVO network)
-
getRemoteAddress
public String getRemoteAddress()
-
setRemoteAddress
public void setRemoteAddress(String remoteAddress)
-
getUser
public BasicUserVO getUser()
-
setUser
public void setUser(BasicUserVO user)
-
-