|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.migration.MigrationJobLogEntryItem
public class MigrationJobLogEntryItem
Class that represents a migration job item within the database log
Constructor Summary | |
---|---|
MigrationJobLogEntryItem()
|
|
MigrationJobLogEntryItem(int jobId,
int objectId,
int objectType,
int status)
Create a new job log entry item |
Method Summary | |
---|---|
int |
getJobId()
Returns the job id |
int |
getObjectId()
Returns the object id for this item |
int |
getObjectType()
Returns the object type for this item. |
int |
getStatus()
Returns the migration status of this object item. |
void |
setJobId(int jobId)
Sets the job id |
void |
setObjectId(int objectId)
Sets the object id for this item |
void |
setObjectType(int objectType)
Sets the object type for this object item |
void |
setStatus(int status)
Sets the migration status of this object item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MigrationJobLogEntryItem()
public MigrationJobLogEntryItem(int jobId, int objectId, int objectType, int status)
jobId
- objectId
- objectType
- status
- Method Detail |
---|
public int getJobId()
public void setJobId(int jobId)
jobId
- public int getObjectId()
public void setObjectId(int objectId)
objectId
- public int getObjectType()
public void setObjectType(int objectType)
objectType
- public int getStatus()
public void setStatus(int status)
status
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |