org.apache.taglibs.rdc
Class CreditCardInfo

java.lang.Object
  extended by org.apache.taglibs.rdc.core.BaseModel
      extended by org.apache.taglibs.rdc.core.ComponentModel
          extended by org.apache.taglibs.rdc.CreditCardInfo
All Implemented Interfaces:
java.io.Serializable

public class CreditCardInfo
extends ComponentModel

DataModel for CreditCardInfo Composite RDC

Author:
Rahul Akolkar
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.taglibs.rdc.core.BaseModel
BaseModel.ValueInterpreter
 
Field Summary
 
Fields inherited from class org.apache.taglibs.rdc.core.ComponentModel
config, configMap, context, localMap
 
Fields inherited from class org.apache.taglibs.rdc.core.BaseModel
ambiguousValues, candidates, canonicalizedValue, className, configuration, confirm, confirmed, DEFAULT_INITIAL_GRAMMAR_NAME, DEFAULT_MIN_CONFIDENCE, DEFAULT_NUM_N_BEST, echo, ERR_NO_DEFAULT, ERR_NONE, errorCode, exitStatus, grammars, id, initial, initialGrammar, interpretation, isAmbiguous, isValid, locale, maxNoInput, maxNoMatch, minConfidence, numNBest, paramsMap, PROPERTY_INITIAL_GRAMMAR, rdcLocale, rdcResourceBundle, skipSubmit, state, subdialog, submit, utterance, value
 
Constructor Summary
CreditCardInfo()
           
 
Method Summary
 void configHandler()
          Stores the id and file attributes from the config xml to the configMap
 java.lang.String getMODE_EXPIRY()
           
 java.lang.String getMODE_LONG()
           
 java.lang.String getMODE_NUMBER()
           
 java.lang.String getMODE_SECURITY()
           
 java.lang.String getMODE_SHORT()
           
 java.lang.String getMODE_TYPE()
           
 java.lang.String getMode()
          Get the current mode
 void setMode(java.lang.String mode)
          Set the mode
 
Methods inherited from class org.apache.taglibs.rdc.core.ComponentModel
getConfigMap, getLocalMap, setConfig, setConfigMap, setContext, setLocalMap
 
Methods inherited from class org.apache.taglibs.rdc.core.BaseModel
baseCanonicalize, baseValidate, calculateCanonicalizedValue, canonicalize, getAmbiguousValues, getCandidates, getCanonicalizedValue, getClassName, getConfiguration, getConfirm, getConfirmed, getEcho, getERR_NO_DEFAULT, getERR_NONE, getErrorCode, getExitStatus, getGrammars, getId, getInitial, getInterpretation, getIsAmbiguous, getIsValid, getLocale, getMaxNoInput, getMaxNoMatch, getMinConfidence, getNumNBest, getParamsMap, getRdcLocale, getRdcResourceBundle, getSerializedValue, getSkipSubmit, getState, getSubdialog, getSubmit, getUtterance, getValue, setAmbiguousValues, setCandidates, setCanonicalizedValue, setConfiguration, setConfirm, setConfirmed, setEcho, setErrorCode, setExitStatus, setGrammar, setId, setInitial, setInterpretation, setIsAmbiguous, setIsValid, setLocale, setMaxNoInput, setMaxNoMatch, setMinConfidence, setNumNBest, setSkipSubmit, setState, setSubdialog, setSubmit, setUtterance, setValue, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreditCardInfo

public CreditCardInfo()
Method Detail

configHandler

public void configHandler()
Stores the id and file attributes from the config xml to the configMap

Overrides:
configHandler in class ComponentModel
See Also:
ComponentModel.configHandler()

getMode

public java.lang.String getMode()
Get the current mode

Returns:
Returns the mode.

setMode

public void setMode(java.lang.String mode)
Set the mode

Parameters:
mode - The mode to set.

getMODE_EXPIRY

public java.lang.String getMODE_EXPIRY()
Returns:
Returns MODE_EXPIRY

getMODE_LONG

public java.lang.String getMODE_LONG()
Returns:
Returns MODE_LONG.

getMODE_NUMBER

public java.lang.String getMODE_NUMBER()
Returns:
Returns MODE_NUMBER.

getMODE_SECURITY

public java.lang.String getMODE_SECURITY()
Returns:
Returns MODE_SECURITY.

getMODE_SHORT

public java.lang.String getMODE_SHORT()
Returns:
Returns MODE_SHORT.

getMODE_TYPE

public java.lang.String getMODE_TYPE()
Returns:
Returns MODE_TYPE.


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.