sat
Class RazonSocial

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

public class RazonSocial
extends ConceptStringSAT

See Also:
Serialized Form

Field Summary
protected  char[] CHAR_VALUES
          Caracteres permitidos para el concepto.
 
Fields inherited from class sat.ConceptStringSAT
MAX_SIZE, MIN_SIZE
 
Fields inherited from class sat.ConceptSAT
DESCRIPTION, KEY, PRINT_VALUE, SOURCE, VALUE, XML_VALUE
 
Constructor Summary
RazonSocial()
          Construye un nuevo RazonSocial.
 
Methods inherited from class sat.ConceptStringSAT
getCharValues, getMaxSize, getMinSize, setCharValues, setMaxSize, setMinSize, setValue
 
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
 

Field Detail

CHAR_VALUES

protected char[] CHAR_VALUES
Caracteres permitidos para el concepto. [A-Z][0-9][Ñ @ % # ¡ ! $ " - / + . & , ' espacio_en_blanco].
Constructor Detail

RazonSocial

public RazonSocial()
Construye un nuevo RazonSocial.