creditos
Class NumeroCredito

java.lang.Object
  |
  +--sat.ConceptSAT
        |
        +--sat.ConceptStringSAT
              |
              +--creditos.NumeroCredito

public class NumeroCredito
extends ConceptStringSAT


Fields inherited from class sat.ConceptStringSAT
CHAR_VALUES, MAX_SIZE, MIN_SIZE
 
Fields inherited from class sat.ConceptSAT
DESCRIPTION, KEY, PRINT_VALUE, SOURCE, VALUE, XML_VALUE
 
Constructor Summary
NumeroCredito()
          Construye un nuevo NumeroCredito.
 
Method Summary
 void setValue(java.lang.String VALUE)
          Seleccionar el valor del concepto.
 
Methods inherited from class sat.ConceptStringSAT
getCharValues, getMaxSize, getMinSize, setCharValues, setMaxSize, setMinSize
 
Methods inherited from class sat.ConceptSAT
getDescription, getKey, getPrintValue, getSource, getValue, getXMLValue, reset, setDescription, setKey, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumeroCredito

public NumeroCredito()
Construye un nuevo NumeroCredito.
Method Detail

setValue

public void setValue(java.lang.String VALUE)
              throws ExceptionSAT
Seleccionar el valor del concepto. Cuando el valor del concepto es aceptado, se asigna un valor de impresión y un valor XML.
Overrides:
setValue in class ConceptStringSAT
Parameters:
VALUE - Valor del concepto.
Throws:
ExceptionSAT - Si se recibe un valor nulo, una cadena de caracteres vacía, o un valor que no puede representarse con formato numérico.