/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.dlect.model.helper; /** * * @author lee */ public class CommonSettingNames { public static final String USERNAME = "username"; public static final String PASSWORD = "password"; public static final String PROVIDER_CODE = "provider-code"; public static final String UUID = "uuid"; public static final String BBID = "bbid"; }