Class ErrorLogDetailedVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.messaging.errorlogs.ErrorLogVO
-
- org.cyclos.model.messaging.errorlogs.ErrorLogDetailedVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class ErrorLogDetailedVO extends ErrorLogVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,ErrorLogDetailedVO>STACK_TRACE-
Fields inherited from class org.cyclos.model.messaging.errorlogs.ErrorLogVO
CHANNEL, DATE, ERROR_LOG_TYPE, LOGGED_USER, METHOD, NETWORK, PARAMETERS, REMOTE_ADDRESS, REMOVED
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description ErrorLogDetailedVO()ErrorLogDetailedVO(Long id)ErrorLogDetailedVO(Property<T,? super ErrorLogDetailedVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetStackTrace()voidsetStackTrace(String stackTrace)-
Methods inherited from class org.cyclos.model.messaging.errorlogs.ErrorLogVO
getChannel, getDate, getErrorLogType, getLoggedUser, getMethod, getNetwork, getParameters, getRemoteAddress, getRemoved, setChannel, setDate, setErrorLogType, setLoggedUser, setMethod, setNetwork, setParameters, setRemoteAddress, setRemoved
-
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
-
STACK_TRACE
public static final BasicProperty<String,ErrorLogDetailedVO> STACK_TRACE
-
-
Constructor Detail
-
ErrorLogDetailedVO
public ErrorLogDetailedVO()
-
ErrorLogDetailedVO
public ErrorLogDetailedVO(Long id)
-
ErrorLogDetailedVO
public ErrorLogDetailedVO(Property<T,? super ErrorLogDetailedVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classErrorLogVO
-
getStackTrace
public String getStackTrace()
-
setStackTrace
public void setStackTrace(String stackTrace)
-
className
public String className()
- Overrides:
classNamein classErrorLogVO
-
-