org.blojsom.plugin.common
Class ResponseConstants

java.lang.Object
  extended byorg.blojsom.plugin.common.ResponseConstants

public class ResponseConstants
extends java.lang.Object

Response constasnts

Since:
blojsom 3.0
Version:
$Id: ResponseConstants.java,v 1.2 2007/01/17 02:35:09 czarneckid Exp $
Author:
David Czarnecki

Field Summary
static java.lang.String APPROVED_STATUS
           
static java.lang.String NEW_STATUS
           
static java.lang.String SPAM_STATUS
           
 
Constructor Summary
ResponseConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPROVED_STATUS

public static final java.lang.String APPROVED_STATUS
See Also:
Constant Field Values

NEW_STATUS

public static final java.lang.String NEW_STATUS
See Also:
Constant Field Values

SPAM_STATUS

public static final java.lang.String SPAM_STATUS
See Also:
Constant Field Values
Constructor Detail

ResponseConstants

public ResponseConstants()