org.nhindirect.config.service.jaxws
Class UpdateLastUpdateError

java.lang.Object
  extended by org.nhindirect.config.service.jaxws.UpdateLastUpdateError

public class UpdateLastUpdateError
extends java.lang.Object


Constructor Summary
UpdateLastUpdateError()
           
 
Method Summary
 java.util.Calendar getAttemptTime()
           
 org.nhindirect.config.store.BundleRefreshError getError()
           
 long getTrustBundleId()
           
 void setAttemptTime(java.util.Calendar attemptTime)
           
 void setError(org.nhindirect.config.store.BundleRefreshError error)
           
 void setTrustBundleId(long trustBundleId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateLastUpdateError

public UpdateLastUpdateError()
Method Detail

getTrustBundleId

public long getTrustBundleId()
Returns:
returns long

setTrustBundleId

public void setTrustBundleId(long trustBundleId)
Parameters:
trustBundleId - the value for the trustBundleId property

getAttemptTime

public java.util.Calendar getAttemptTime()
Returns:
returns Calendar

setAttemptTime

public void setAttemptTime(java.util.Calendar attemptTime)
Parameters:
attemptTime - the value for the attemptTime property

getError

public org.nhindirect.config.store.BundleRefreshError getError()
Returns:
returns BundleRefreshError

setError

public void setError(org.nhindirect.config.store.BundleRefreshError error)
Parameters:
error - the value for the error property


Copyright © 2014. All Rights Reserved.