com.evolveum.midpoint.web.page.admin.resources.dto
Class ResourceSync

java.lang.Object
  extended by com.evolveum.midpoint.web.page.admin.resources.dto.ResourceSync
All Implemented Interfaces:
Serializable

public class ResourceSync
extends Object
implements Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
ResourceSync()
           
 
Method Summary
 Date getLastRunTime()
           
 String getMessage()
           
 int getPollingInterval()
           
 long getTimeToProcess()
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceSync

public ResourceSync()
Method Detail

isEnabled

public boolean isEnabled()

getPollingInterval

public int getPollingInterval()

getLastRunTime

public Date getLastRunTime()

getTimeToProcess

public long getTimeToProcess()

getMessage

public String getMessage()


Copyright © 2013 evolveum. All Rights Reserved.