public class DirtQueueEntry extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
failed |
protected String |
failReason |
protected int |
id |
protected String |
label |
protected int |
objId |
protected int |
objType |
protected int |
timestamp |
Constructor and Description |
---|
DirtQueueEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFailReason()
Failure reason description
|
int |
getId()
Entry ID
|
String |
getLabel()
Action label
|
int |
getObjId()
Object ID
|
int |
getObjType()
Object type
|
int |
getTimestamp()
Timestamp
|
int |
hashCode() |
boolean |
isFailed()
True, if the dirt queue event failed
|
DirtQueueEntry |
setFailed(boolean failed)
Set the failed flag
|
DirtQueueEntry |
setFailReason(String failReason)
Set the failure reason
|
DirtQueueEntry |
setId(int id)
Set the ID
|
DirtQueueEntry |
setLabel(String label)
Set the label
|
DirtQueueEntry |
setObjId(int objId)
Set the object ID
|
DirtQueueEntry |
setObjType(int objType)
Set the object type
|
DirtQueueEntry |
setTimestamp(int timestamp)
Set the timestamp
|
String |
toString() |
protected int id
protected int objType
protected int objId
protected int timestamp
protected String label
protected boolean failed
protected String failReason
public int getId()
public DirtQueueEntry setId(int id)
id
- IDpublic int getObjType()
public DirtQueueEntry setObjType(int objType)
objType
- object typepublic int getObjId()
public DirtQueueEntry setObjId(int objId)
objId
- object IDpublic int getTimestamp()
public DirtQueueEntry setTimestamp(int timestamp)
timestamp
- timestamppublic String getLabel()
public DirtQueueEntry setLabel(String label)
label
- labelpublic boolean isFailed()
public DirtQueueEntry setFailed(boolean failed)
failed
- flagpublic String getFailReason()
public DirtQueueEntry setFailReason(String failReason)
failReason
- reasonCopyright © 2024 Gentics Software. All rights reserved.