com.konakartadmin.app
Class KKModule

java.lang.Object
  extended by com.konakartadmin.app.KKModule

public class KKModule
extends java.lang.Object

A KKModule (payment, shipping, or order total) for the Admin application


Field Summary
private  java.lang.String configKeyStub
          config key stub
private  KKConfiguration[] configs
          the set of configuration values for the module
private  java.lang.String implementationFileName
          implementationFileName
private  java.lang.String[] keys
          keys associated with this module
private  java.lang.String moduleCode
          The module code
private  int moduleType
          type (payment, shipping, or order total)
private  java.lang.String title
          title
 
Constructor Summary
KKModule()
          Constructor
 
Method Summary
 KKModule cloneMe()
          clone this object
 java.lang.String getConfigKeyStub()
           
 KKConfiguration[] getConfigs()
           
 java.lang.String getImplementationFileName()
           
 java.lang.String[] getKeys()
           
 java.lang.String getModuleCode()
           
 int getModuleType()
           
 java.lang.String getTitle()
           
 void setConfigKeyStub(java.lang.String configKeyStub)
           
 void setConfigs(KKConfiguration[] configs)
           
 void setImplementationFileName(java.lang.String implementationFileName)
           
 void setKeys(java.lang.String[] keys)
           
 void setModuleCode(java.lang.String moduleCode)
           
 void setModuleType(int moduleType)
           
 void setTitle(java.lang.String title)
           
 java.lang.String toString()
           
 java.lang.String toStringBrief()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

keys

private java.lang.String[] keys
keys associated with this module


title

private java.lang.String title
title


configKeyStub

private java.lang.String configKeyStub
config key stub


implementationFileName

private java.lang.String implementationFileName
implementationFileName


moduleType

private int moduleType
type (payment, shipping, or order total)


moduleCode

private java.lang.String moduleCode
The module code


configs

private KKConfiguration[] configs
the set of configuration values for the module

Constructor Detail

KKModule

public KKModule()
Constructor

Method Detail

cloneMe

public KKModule cloneMe()
clone this object

Returns:
a cloned GWT_ object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the Module object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing selected attributes of the Country object.

getKeys

public java.lang.String[] getKeys()
Returns:
the keys

setKeys

public void setKeys(java.lang.String[] keys)
Parameters:
keys - the keys to set

getModuleType

public int getModuleType()
Returns:
the moduleType

setModuleType

public void setModuleType(int moduleType)
Parameters:
moduleType - the moduleType to set

getTitle

public java.lang.String getTitle()
Returns:
the title

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - the title to set

getConfigs

public KKConfiguration[] getConfigs()
Returns:
the configs

setConfigs

public void setConfigs(KKConfiguration[] configs)
Parameters:
configs - the configs to set

getImplementationFileName

public java.lang.String getImplementationFileName()
Returns:
the implementationFileName

setImplementationFileName

public void setImplementationFileName(java.lang.String implementationFileName)
Parameters:
implementationFileName - the implementationFileName to set

getConfigKeyStub

public java.lang.String getConfigKeyStub()
Returns:
the configKeyStub

setConfigKeyStub

public void setConfigKeyStub(java.lang.String configKeyStub)
Parameters:
configKeyStub - the configKeyStub to set

getModuleCode

public java.lang.String getModuleCode()
Returns:
Returns the moduleCode.

setModuleCode

public void setModuleCode(java.lang.String moduleCode)
Parameters:
moduleCode - The moduleCode to set.


Copyright © 2011 DS Data Systems UK Ltd.