public class MigrationJobLogEntryItem extends Object
| Constructor and Description |
|---|
MigrationJobLogEntryItem() |
MigrationJobLogEntryItem(int jobId,
int objectId,
int objectType,
int status)
Create a new job log entry item
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
toString() |
public MigrationJobLogEntryItem()
public MigrationJobLogEntryItem(int jobId,
int objectId,
int objectType,
int status)
jobId - objectId - objectType - status - 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 - Copyright © 2024 Gentics Software. All rights reserved.