org.kuali.kfs.gl.batch.service.impl
Class EnterpriseFeederStatusBase
java.lang.Object
org.kuali.kfs.gl.batch.service.impl.EnterpriseFeederStatusBase
- All Implemented Interfaces:
- EnterpriseFeederStatus
- Direct Known Subclasses:
- ExceptionCaughtStatus, FileReconBadLoadAbortedStatus, FileReconOkLoadBadStatus, FileReconOkLoadOkStatus, RequiredFilesMissingStatus
public abstract class EnterpriseFeederStatusBase
- extends Object
- implements EnterpriseFeederStatus
Base implementation for the enterprise feeder status
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnterpriseFeederStatusBase
public EnterpriseFeederStatusBase()
getStatusDescription
public String getStatusDescription()
- Retrieves the description in ApplicationResources.properties
- Specified by:
getStatusDescription
in interface EnterpriseFeederStatus
- Returns:
- the description for this class
- See Also:
EnterpriseFeederStatus.getStatusDescription()
getDefaultStatusDescription
protected String getDefaultStatusDescription()
- In case there's no entry for this class in ApplicationResources.properties (or an exception occurs), then just return a
default class.
- Returns:
- the default description
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.