Class ErrorLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.messaging.errorlogs.ErrorLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
- Direct Known Subclasses:
ErrorLogDetailedVO
public class ErrorLogVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<ChannelVO,ErrorLogVO>CHANNELstatic StringCLASS_NAMEstatic BasicProperty<DateTime,ErrorLogVO>DATEstatic BasicProperty<ErrorLogType,ErrorLogVO>ERROR_LOG_TYPEstatic BasicProperty<BasicUserVO,ErrorLogVO>LOGGED_USERstatic BasicProperty<String,ErrorLogVO>METHODstatic BasicProperty<NetworkVO,ErrorLogVO>NETWORKstatic BasicProperty<String,ErrorLogVO>PARAMETERSstatic BasicProperty<String,ErrorLogVO>REMOTE_ADDRESSstatic BasicProperty<Boolean,ErrorLogVO>REMOVED-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description ErrorLogVO()ErrorLogVO(Long id)ErrorLogVO(Property<T,? super ErrorLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()ChannelVOgetChannel()DateTimegetDate()ErrorLogTypegetErrorLogType()BasicUserVOgetLoggedUser()StringgetMethod()NetworkVOgetNetwork()StringgetParameters()StringgetRemoteAddress()BooleangetRemoved()voidsetChannel(ChannelVO channel)voidsetDate(DateTime date)voidsetErrorLogType(ErrorLogType errorLogType)voidsetLoggedUser(BasicUserVO loggedUser)voidsetMethod(String method)voidsetNetwork(NetworkVO network)voidsetParameters(String parameters)voidsetRemoteAddress(String remoteAddress)voidsetRemoved(Boolean removed)-
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,ErrorLogVO> CHANNEL
-
DATE
public static final BasicProperty<DateTime,ErrorLogVO> DATE
-
ERROR_LOG_TYPE
public static final BasicProperty<ErrorLogType,ErrorLogVO> ERROR_LOG_TYPE
-
LOGGED_USER
public static final BasicProperty<BasicUserVO,ErrorLogVO> LOGGED_USER
-
METHOD
public static final BasicProperty<String,ErrorLogVO> METHOD
-
NETWORK
public static final BasicProperty<NetworkVO,ErrorLogVO> NETWORK
-
PARAMETERS
public static final BasicProperty<String,ErrorLogVO> PARAMETERS
-
REMOTE_ADDRESS
public static final BasicProperty<String,ErrorLogVO> REMOTE_ADDRESS
-
REMOVED
public static final BasicProperty<Boolean,ErrorLogVO> REMOVED
-
-
Constructor Detail
-
ErrorLogVO
public ErrorLogVO()
-
ErrorLogVO
public ErrorLogVO(Long id)
-
ErrorLogVO
public ErrorLogVO(Property<T,? super ErrorLogVO> 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)
-
getErrorLogType
public ErrorLogType getErrorLogType()
-
setErrorLogType
public void setErrorLogType(ErrorLogType errorLogType)
-
getLoggedUser
public BasicUserVO getLoggedUser()
-
setLoggedUser
public void setLoggedUser(BasicUserVO loggedUser)
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
getNetwork
public NetworkVO getNetwork()
-
setNetwork
public void setNetwork(NetworkVO network)
-
getParameters
public String getParameters()
-
setParameters
public void setParameters(String parameters)
-
getRemoteAddress
public String getRemoteAddress()
-
setRemoteAddress
public void setRemoteAddress(String remoteAddress)
-
getRemoved
public Boolean getRemoved()
-
setRemoved
public void setRemoved(Boolean removed)
-
-