com.jamasoftware.contour.domain
Class LicenseMessages

java.lang.Object
  extended by com.jamasoftware.contour.domain.LicenseMessages

public class LicenseMessages
extends java.lang.Object

Statics to hold the messages about Licensing information that appear at the bottom of the screen.

Author:
Dylan

Field Summary
static java.lang.Integer CONTOUR_AND_MAINTENANCE_EXPIRE_TODAY
           
static java.lang.Integer EVALUATION
           
static java.lang.Integer EXPIRE_TODAY
           
static java.lang.Integer MAINTENANCE
           
static java.lang.Integer MAINTENANCE_EXPIRE_TODAY
           
static java.lang.Integer NO_MESSAGE
           
static java.lang.Integer NON_PRODUCTION
           
static java.lang.Integer OUT_OF_COMPLIANCE
           
 
Constructor Summary
LicenseMessages()
           
 
Method Summary
static java.lang.String getLicenseMessage(java.lang.Integer licenseMessageNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_MESSAGE

public static final java.lang.Integer NO_MESSAGE

EVALUATION

public static final java.lang.Integer EVALUATION

NON_PRODUCTION

public static final java.lang.Integer NON_PRODUCTION

MAINTENANCE

public static final java.lang.Integer MAINTENANCE

EXPIRE_TODAY

public static final java.lang.Integer EXPIRE_TODAY

MAINTENANCE_EXPIRE_TODAY

public static final java.lang.Integer MAINTENANCE_EXPIRE_TODAY

CONTOUR_AND_MAINTENANCE_EXPIRE_TODAY

public static final java.lang.Integer CONTOUR_AND_MAINTENANCE_EXPIRE_TODAY

OUT_OF_COMPLIANCE

public static final java.lang.Integer OUT_OF_COMPLIANCE
Constructor Detail

LicenseMessages

public LicenseMessages()
Method Detail

getLicenseMessage

public static java.lang.String getLicenseMessage(java.lang.Integer licenseMessageNumber)


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.