Java org.apache.commons.validator Msg fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator Msg fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator Msg.

The text is from its open source code.

Constructor

Method

StringgetBundle()
Returns the resource bundle name.
StringgetKey()
Gets the key/value.
booleanisResource()
Tests whether or not the key is a resource key or literal value.
voidsetBundle(String bundle)
Sets the resource bundle name.
voidsetKey(String key)
Sets the key/value.
voidsetName(String name)
Sets the name of the dependency.
voidsetResource(boolean resource)
Sets whether or not the key is a resource.
StringtoString()
Returns a string representation of the object.