Package org.cyclos.entities.messaging
Class ErrorLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.messaging.ErrorLog
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,DefinesNetwork,IEntity
@Entity public class ErrorLog extends NetworkedEntity implements DefinesNetwork
Errors Log of system
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description ErrorLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelgetChannel()DategetDate()BasicUsergetLoggedUser()StringgetMethod()NetworkgetNetwork()Returns the network this entity belongs toStringgetParameters()StringgetRemoteAddress()StringgetStackTrace()ErrorLogTypegetType()booleanisRemoved()voidsetChannel(Channel channel)voidsetDate(Date date)voidsetLoggedUser(BasicUser loggedUser)voidsetMethod(String method)voidsetNetwork(Network network)voidsetParameters(String parameters)voidsetRemoteAddress(String remoteAddress)voidsetRemoved(boolean removed)voidsetStackTrace(String stackTrace)voidsetType(ErrorLogType type)-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getChannel
public Channel getChannel()
-
getDate
public Date getDate()
-
getLoggedUser
public BasicUser getLoggedUser()
-
getMethod
public String getMethod()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to- Specified by:
getNetworkin interfaceHasNetwork
-
getParameters
public String getParameters()
-
getRemoteAddress
public String getRemoteAddress()
-
getStackTrace
public String getStackTrace()
-
getType
public ErrorLogType getType()
-
isRemoved
public boolean isRemoved()
-
setChannel
public void setChannel(Channel channel)
-
setDate
public void setDate(Date date)
-
setLoggedUser
public void setLoggedUser(BasicUser loggedUser)
-
setMethod
public void setMethod(String method)
-
setNetwork
public void setNetwork(Network network)
- Specified by:
setNetworkin interfaceDefinesNetwork
-
setParameters
public void setParameters(String parameters)
-
setRemoteAddress
public void setRemoteAddress(String remoteAddress)
-
setRemoved
public void setRemoved(boolean removed)
-
setStackTrace
public void setStackTrace(String stackTrace)
-
setType
public void setType(ErrorLogType type)
-
-