Class ApplicationLogEntry
- java.lang.Object
-
- org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry
-
- All Implemented Interfaces:
Serializable
public final class ApplicationLogEntry extends Object implements Serializable
Wrapper of ActivityLogEntry- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationLogEntry()
ApplicationLogEntry(long id, long objectId, int type, String userName, long timestamp, String affectedProperty, String oldValue, String newValue, String notes)
ApplicationLogEntry(ActivityLogEntry logEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAffectedProperty()
long
getId()
String
getNewValue()
String
getNotes()
long
getObjectId()
String
getOldValue()
long
getTimestamp()
int
getType()
String
getUserName()
-
-
-
Constructor Detail
-
ApplicationLogEntry
public ApplicationLogEntry()
-
ApplicationLogEntry
public ApplicationLogEntry(ActivityLogEntry logEntry)
-
-
Method Detail
-
getId
public long getId()
-
getObjectId
public long getObjectId()
-
getType
public int getType()
-
getUserName
public String getUserName()
-
getTimestamp
public long getTimestamp()
-
getAffectedProperty
public String getAffectedProperty()
-
getOldValue
public String getOldValue()
-
getNewValue
public String getNewValue()
-
getNotes
public String getNotes()
-
-