com.gentics.contentnode.rest.model.response.migration
Class MigrationJobEntry

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.migration.MigrationJobEntry

public class MigrationJobEntry
extends Object


Constructor Summary
MigrationJobEntry()
           
MigrationJobEntry(int jobId, int jobType, int status, String timestamp, String config, String logName, long handledObjects)
          Creates a new job log entry object
 
Method Summary
 String getConfig()
           
 long getHandledObjects()
           
 int getJobId()
           
 int getJobType()
          Returns the
 String getLogName()
           
 int getStatus()
           
 String getTimestamp()
          Returns the timestamp for this job entry
 void setConfig(String config)
           
 void setHandledObjects(long handledObjects)
           
 void setJobId(int jobId)
           
 void setJobType(int jobType)
           
 void setLogName(String logName)
           
 void setStatus(int status)
           
 void setTimestamp(String timestamp)
          Sets the timestamp for this job entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationJobEntry

public MigrationJobEntry()

MigrationJobEntry

public MigrationJobEntry(int jobId,
                         int jobType,
                         int status,
                         String timestamp,
                         String config,
                         String logName,
                         long handledObjects)
Creates a new job log entry object

Parameters:
jobId -
jobType -
status -
timestamp -
config -
Method Detail

getHandledObjects

public long getHandledObjects()

setHandledObjects

public void setHandledObjects(long handledObjects)

getLogName

public String getLogName()

setLogName

public void setLogName(String logName)

getJobId

public int getJobId()

setJobId

public void setJobId(int jobId)

getStatus

public int getStatus()

setStatus

public void setStatus(int status)

getTimestamp

public String getTimestamp()
Returns the timestamp for this job entry

Returns:

setTimestamp

public void setTimestamp(String timestamp)
Sets the timestamp for this job entry

Parameters:
timestamp -

getJobType

public int getJobType()
Returns the

Returns:

setJobType

public void setJobType(int jobType)

getConfig

public String getConfig()

setConfig

public void setConfig(String config)


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.