You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SIPRP/trunk/siprp/SingletonConstants.java

27 lines
546 B

/*
* SingletonConstants.java
*
* Created on 25 de Maio de 2004, 13:34
*/
package siprp;
/**
*
* @author fpalma
*/
public class SingletonConstants
{
public static final String PERSISTENCE_MANAGER = "PERSISTENCE_MANAGER";
public static final String COMPANY_NAME = "company_name";
public static final String COMPANY_LOGO = "company_logo";
public static final String WEB_AWARE = "web_aware";
public static final String DB_NAME = "db_name";
/** Creates a new instance of SingletonConstants */
private SingletonConstants()
{
}
}