initial import
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
package com.cmobile.unifiedtms.config;
|
||||
|
||||
import com.haulmont.cuba.core.config.Config;
|
||||
import com.haulmont.cuba.core.config.Property;
|
||||
import com.haulmont.cuba.core.config.Source;
|
||||
import com.haulmont.cuba.core.config.SourceType;
|
||||
import com.haulmont.cuba.core.config.defaults.Default;
|
||||
|
||||
@Source(type = SourceType.DATABASE)
|
||||
public interface BroadcastConfig extends Config {
|
||||
|
||||
@Property("broadcast.change-profile.req-id")
|
||||
String getChangeProfileReqId();
|
||||
|
||||
void setChangeProfileReqId(String reqId);
|
||||
}
|
||||
Reference in New Issue
Block a user