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:
java.io.Serializable

public class ResourceSync
extends java.lang.Object
implements java.io.Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
ResourceSync()
           
 
Method Summary
 java.util.Date getLastRunTime()
           
 java.lang.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 java.util.Date getLastRunTime()

getTimeToProcess

public long getTimeToProcess()

getMessage

public java.lang.String getMessage()


Copyright © 2012 evolveum. All Rights Reserved.