com.iparelan.util
Class UtilObject

java.lang.Object
  extended by com.iparelan.util.UtilObject
Direct Known Subclasses:
AbstractValidationStrategy, BeanTools, FactoryLoader, FileMarshallingStrategy, FileUnmarshallingStrategy, IntegerMarshallingStrategy, IntegerUnmarshallingStrategy, ProxyTools

@LayerSupertype
@Copyright(value="Copyright © 2008, Iparelan Solutions, LLC. All rights reserved.")
public abstract class UtilObject
extends Object

Supertype of all objects in the utilities layer.

Version:
July 2008
Author:
Greg Mattes

Field Summary
protected static Logger LOGGER
           
protected static com.iparelan.jill.L10n<Message,String> MSGS
           
static String UTILITIES_LOGGER_NAME
           
 
Constructor Summary
UtilObject()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSGS

protected static final com.iparelan.jill.L10n<Message,String> MSGS

UTILITIES_LOGGER_NAME

public static final String UTILITIES_LOGGER_NAME
See Also:
Constant Field Values

LOGGER

protected static final Logger LOGGER
Constructor Detail

UtilObject

public UtilObject()


Copyright © 2008 Iparelan Solutions, LLC. All rights reserved.