Class EntityLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.system.entitylogs.EntityLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class EntityLogVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AdType,EntityLogVO>AD_TYPEstatic BasicProperty<BasicUserVO,EntityLogVO>BYstatic BasicProperty<String,EntityLogVO>CHANNELstatic BasicProperty<Long,EntityLogVO>CHANNEL_CONFIGURATION_CHANNEL_IDstatic BasicProperty<Long,EntityLogVO>CHANNEL_CONFIGURATION_CONFIGURATION_IDstatic StringCLASS_NAMEstatic BasicProperty<DateTime,EntityLogVO>DATEstatic BasicProperty<Long,EntityLogVO>ENTITY_IDstatic BasicProperty<EntityLogEvent,EntityLogVO>EVENTstatic BasicProperty<String,EntityLogVO>NAMEstatic BasicProperty<String,EntityLogVO>NAME_PREFIXstatic BasicProperty<NetworkVO,EntityLogVO>NETWORKstatic BasicProperty<Long,EntityLogVO>OWNER_ENTITY_IDstatic BasicProperty<String,EntityLogVO>REMOTE_ADDRESSstatic BasicProperty<EntityLogType,EntityLogVO>TYPE-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description EntityLogVO()EntityLogVO(Long id)EntityLogVO(Property<T,? super EntityLogVO> property, T value)
-
Method Summary
-
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
-
AD_TYPE
public static final BasicProperty<AdType,EntityLogVO> AD_TYPE
-
BY
public static final BasicProperty<BasicUserVO,EntityLogVO> BY
-
CHANNEL
public static final BasicProperty<String,EntityLogVO> CHANNEL
-
CHANNEL_CONFIGURATION_CHANNEL_ID
public static final BasicProperty<Long,EntityLogVO> CHANNEL_CONFIGURATION_CHANNEL_ID
-
CHANNEL_CONFIGURATION_CONFIGURATION_ID
public static final BasicProperty<Long,EntityLogVO> CHANNEL_CONFIGURATION_CONFIGURATION_ID
-
DATE
public static final BasicProperty<DateTime,EntityLogVO> DATE
-
ENTITY_ID
public static final BasicProperty<Long,EntityLogVO> ENTITY_ID
-
EVENT
public static final BasicProperty<EntityLogEvent,EntityLogVO> EVENT
-
NAME
public static final BasicProperty<String,EntityLogVO> NAME
-
NAME_PREFIX
public static final BasicProperty<String,EntityLogVO> NAME_PREFIX
-
NETWORK
public static final BasicProperty<NetworkVO,EntityLogVO> NETWORK
-
OWNER_ENTITY_ID
public static final BasicProperty<Long,EntityLogVO> OWNER_ENTITY_ID
-
REMOTE_ADDRESS
public static final BasicProperty<String,EntityLogVO> REMOTE_ADDRESS
-
TYPE
public static final BasicProperty<EntityLogType,EntityLogVO> TYPE
-
-
Constructor Detail
-
EntityLogVO
public EntityLogVO()
-
EntityLogVO
public EntityLogVO(Long id)
-
EntityLogVO
public EntityLogVO(Property<T,? super EntityLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getAdType
public AdType getAdType()
-
setAdType
public void setAdType(AdType adType)
-
getBy
public BasicUserVO getBy()
-
setBy
public void setBy(BasicUserVO by)
-
getChannel
public String getChannel()
-
setChannel
public void setChannel(String channel)
-
getChannelConfigurationChannelId
public Long getChannelConfigurationChannelId()
-
setChannelConfigurationChannelId
public void setChannelConfigurationChannelId(Long channelConfigurationChannelId)
-
getChannelConfigurationConfigurationId
public Long getChannelConfigurationConfigurationId()
-
setChannelConfigurationConfigurationId
public void setChannelConfigurationConfigurationId(Long channelConfigurationConfigurationId)
-
getDate
public DateTime getDate()
-
setDate
public void setDate(DateTime date)
-
getEntityId
public Long getEntityId()
-
setEntityId
public void setEntityId(Long entityId)
-
getEvent
public EntityLogEvent getEvent()
-
setEvent
public void setEvent(EntityLogEvent event)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getNamePrefix
public String getNamePrefix()
-
setNamePrefix
public void setNamePrefix(String namePrefix)
-
getNetwork
public NetworkVO getNetwork()
-
setNetwork
public void setNetwork(NetworkVO network)
-
getOwnerEntityId
public Long getOwnerEntityId()
-
setOwnerEntityId
public void setOwnerEntityId(Long ownerEntityId)
-
getRemoteAddress
public String getRemoteAddress()
-
setRemoteAddress
public void setRemoteAddress(String remoteAddress)
-
getType
public EntityLogType getType()
-
setType
public void setType(EntityLogType type)
-
-