derechos
Class ClaveReferenciaDPA

java.lang.Object
  |
  +--sat.ConceptSAT
        |
        +--sat.ConceptStringSAT
              |
              +--derechos.ClaveReferenciaDPA
All Implemented Interfaces:
java.io.Serializable

public class ClaveReferenciaDPA
extends ConceptStringSAT

See Also:
Serialized Form

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
ClaveReferenciaDPA()
          Construye un nuevo ClaveReferenciaDPA.
 
Method Summary
 ConceptStringSAT getClaveContable()
          Obtener la Clave Contable.
 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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ClaveReferenciaDPA

public ClaveReferenciaDPA()
Construye un nuevo ClaveReferenciaDPA.
Method Detail

getClaveContable

public ConceptStringSAT getClaveContable()
Obtener la Clave Contable. Si no es posible obtener la clave contable a partir de la clave de referencia del DPA, regresará null como resultado.
Returns:
Clave Contable.

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, un valor que no esté comprendido entre el tamaño máximo y mínimo especificado, ó contenga caracteres no permitidos.