org.realtor.rets.util
Class RETSReplyCodes

java.lang.Object
  |
  +--org.realtor.rets.util.RETSReplyCodes

public class RETSReplyCodes
extends java.lang.Object

Handles the mapping of replyCodes to replyText

Version:
$Revision: 1.1 $
Author:
$Author: rsegelman $

Field Summary
(package private) static org.apache.log4j.Category cat
          log4j Category object
(package private) static java.util.Properties prop
          holds the Properties (Codes->Text) that are loaded at startup.
 
Constructor Summary
RETSReplyCodes()
           
 
Method Summary
static java.lang.String get(java.lang.String code)
          get the ReplyText mapped by the ReplyCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

static org.apache.log4j.Category cat
log4j Category object


prop

static java.util.Properties prop
holds the Properties (Codes->Text) that are loaded at startup.

Constructor Detail

RETSReplyCodes

public RETSReplyCodes()
Method Detail

get

public static java.lang.String get(java.lang.String code)
get the ReplyText mapped by the ReplyCode

Parameters:
code - error code
Returns:
String of text mapped from code


Copyright © 2002 National Association of Realtors - All Rights Reserved.