com.konakartadmin.modules
Class OtherModule

java.lang.Object
  extended by com.konakartadmin.modules.Module
      extended by com.konakartadmin.modules.OtherModule
All Implemented Interfaces:
ModuleInterface, OtherModuleInterface
Direct Known Subclasses:
Ldap

public class OtherModule
extends Module
implements OtherModuleInterface

Implements the OtherModule interface


Field Summary
private static java.lang.String classPrefix
           
 
Fields inherited from class com.konakartadmin.modules.Module
configKeyStub, configs, implementationFileName, keys, log
 
Fields inherited from interface com.konakartadmin.modules.ModuleInterface
MODULE_SUB_TYPE_PROMOTION, MODULE_TYPE_ORDER_TOTAL, MODULE_TYPE_OTHER, MODULE_TYPE_PAYMENT, MODULE_TYPE_SHIPPING
 
Constructor Summary
OtherModule()
          Constructor
 
Method Summary
 java.lang.String getClassPrefix()
           
 java.lang.String getConfigKeyStub()
           
 int getModuleType()
           
 java.lang.String toString()
           
 
Methods inherited from class com.konakartadmin.modules.Module
getConfigs, getImplementationFileName, getKeys, getModuleCode, getModuleSubType, getModuleTitle, getMsgs, init, install, installed, remove, setConfigKeyStub, setConfigs, setImplementationFileName, setKeys, setMsgs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.konakartadmin.modules.ModuleInterface
getConfigs, getImplementationFileName, getKeys, getModuleCode, getModuleSubType, getModuleTitle, init, install, installed, remove, setConfigKeyStub
 

Field Detail

classPrefix

private static java.lang.String classPrefix
Constructor Detail

OtherModule

public OtherModule()
Constructor

Method Detail

getClassPrefix

public java.lang.String getClassPrefix()
Specified by:
getClassPrefix in interface ModuleInterface
Overrides:
getClassPrefix in class Module
Returns:
the class prefix

getModuleType

public int getModuleType()
Specified by:
getModuleType in interface ModuleInterface
Overrides:
getModuleType in class Module
Returns:
the module type

getConfigKeyStub

public java.lang.String getConfigKeyStub()
Specified by:
getConfigKeyStub in interface ModuleInterface
Overrides:
getConfigKeyStub in class Module
Returns:
the config key stub

toString

public java.lang.String toString()
Specified by:
toString in interface ModuleInterface
Overrides:
toString in class java.lang.Object
Returns:
a string representing the module - for diagnostics


Copyright © 2011 DS Data Systems UK Ltd.