Package org.openbravo.erpCommon.obps
Class ModuleLicenseRestrictions.ActivationMsg
- java.lang.Object
-
- org.openbravo.erpCommon.obps.ModuleLicenseRestrictions.ActivationMsg
-
- Enclosing interface:
- ModuleLicenseRestrictions
public static class ModuleLicenseRestrictions.ActivationMsg extends Object
holder for activation key messages
-
-
Constructor Summary
Constructors Constructor Description ActivationMsg(ModuleLicenseRestrictions.MsgSeverity severity, String msgText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMsgText()
ModuleLicenseRestrictions.MsgSeverity
getSeverity()
-
-
-
Constructor Detail
-
ActivationMsg
public ActivationMsg(ModuleLicenseRestrictions.MsgSeverity severity, String msgText)
-
-
Method Detail
-
getSeverity
public ModuleLicenseRestrictions.MsgSeverity getSeverity()
-
getMsgText
public String getMsgText()
-
-