|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--cl.sii.dte.Detalle
| Field Summary | |
private Double |
cantidad
|
private Double |
cantidadRef
|
private ArrayList |
codigoItem
|
private String |
descripcion
|
private Double |
descuentoMonto
|
private Double |
descuentoPct
|
private Integer |
extento
|
private Date |
fchElabor
|
private Date |
fchVencim
|
private String |
impuestoAdicional
|
private Integer |
monto
|
private String |
nombre
|
private Integer |
numLinea
|
private OtraMoneda |
otraMoneda
|
private Double |
precio
|
private Double |
precioRef
|
private Double |
recargoMonto
|
private Double |
recargoPct
|
private SimpleDateFormat |
sdf
|
private ArrayList |
subCantidad
|
private ArrayList |
subDscto
|
private ArrayList |
subRecargo
|
private String |
unidadMedida
|
private String |
unidadMedidaRef
|
| Constructor Summary | |
Detalle()
|
|
| Method Summary | |
Double |
getCantidad()
Method getCantidad. |
Double |
getCantidadRef()
Method getCantidadRef. |
ArrayList |
getCodigoItem()
Method getCodigoItem. |
String |
getDescripcion()
Method getDescripcion. |
Double |
getDescuentoMonto()
Method getDescuentoMonto. |
Double |
getDescuentoPct()
Method getDescuentoPct. |
org.jdom.Element |
getDOMElement(String tagName,
org.jdom.Namespace ns)
Method getDOMElement. |
Integer |
getExento()
Method getExento. |
Date |
getFchElabor()
Method getFchElabor. |
Date |
getFchVencim()
Method getFchVencim. |
String |
getImpuestoAdicional()
Method getImpuestoAdicional. |
Integer |
getMonto()
Method getMonto. |
String |
getNombre()
Method getNombre. |
Integer |
getNumLinea()
Method getNumLinea. |
OtraMoneda |
getOtraMoneda()
Method getOtraMoneda. |
Double |
getPrecio()
Method getPrecio. |
Double |
getPrecioRef()
Method getPrecioRef. |
Double |
getRecargoMonto()
Method getRecargoMonto. |
Double |
getRecargoPct()
Method getRecargoPct. |
ArrayList |
getSubCantidad()
Method getSubCantidad. |
ArrayList |
getSubDscto()
Method getSubDscto. |
ArrayList |
getSubRecargo()
Method getSubRecargo. |
String |
getUnidadMedida()
Method getUnidadMedida. |
String |
getUnidadMedidaRef()
Method getUnidadMedidaRef. |
void |
setCantidad(Double cantidad)
Method setCantidad. |
void |
setCantidadRef(Double cantidadRef)
Method setCantidadRef. |
void |
setCodigoItem(ArrayList codigoItem)
Method setCodigoItem. |
void |
setDescripcion(String descripcion)
Method setDescripcion. |
void |
setDescuentoMonto(Double descuentoMonto)
Method setDescuentoMonto. |
void |
setDescuentoPct(Double descuentoPct)
Method setDescuentoPct. |
void |
setDOMElement(org.jdom.Element data)
Method setDOMElement. |
void |
setExento(Integer extento)
Method setExento. |
void |
setFchElabor(Date fchElabor)
Method setFchElabor. |
void |
setFchElabor(String fchElabor)
Method setFchElabor em base a un String. |
void |
setFchVencim(Date fchVencim)
Method setFchVencim. |
void |
setFchVencim(String fchVencim)
Method setFchVencim em base a un String. |
void |
setImpuestoAdicional(String impuestoAdicional)
Method setImpuestoAdicional. |
void |
setMonto(Integer monto)
Method setMonto. |
void |
setNombre(String nombre)
Method setNombre. |
void |
setNumLinea(Integer numLinea)
Method setNumLinea. |
void |
setOtraMoneda(OtraMoneda otraMoneda)
Method setOtraMoneda. |
void |
setPrecio(Double precio)
Method setPrecio. |
void |
setPrecioRef(Double precioRef)
Method setPrecioRef. |
void |
setRecargoMonto(Double recargoMonto)
Method setRecargoMonto. |
void |
setRecargoPct(Double recargoPct)
Method setRecargoPct. |
void |
setSubCantidad(ArrayList subCantidad)
Method setSubCantidad. |
void |
setSubDscto(ArrayList subDscto)
Method setSubDscto. |
void |
setSubRecargo(ArrayList subRecargo)
Method setSubRecargo. |
void |
setUnidadMedida(String unidadMedida)
Method setUnidadMedida. |
void |
setUnidadMedidaRef(String unidadMedidaRef)
Method setUnidadMedidaRef. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private Integer numLinea
private ArrayList codigoItem
private Integer extento
private String nombre
private String descripcion
private Double cantidadRef
private String unidadMedidaRef
private Double precioRef
private Double cantidad
private ArrayList subCantidad
private Date fchElabor
private Date fchVencim
private String unidadMedida
private Double precio
private OtraMoneda otraMoneda
private Double descuentoPct
private Double descuentoMonto
private ArrayList subDscto
private Double recargoPct
private Double recargoMonto
private ArrayList subRecargo
private String impuestoAdicional
private Integer monto
private SimpleDateFormat sdf
| Constructor Detail |
public Detalle()
Object.Object()| Method Detail |
public Integer getNumLinea()
public void setNumLinea(Integer numLinea)
numLinea - public ArrayList getCodigoItem()
public void setCodigoItem(ArrayList codigoItem)
codigoItem - public Integer getExento()
public void setExento(Integer extento)
extento - public String getNombre()
public void setNombre(String nombre)
nombre - public String getDescripcion()
public void setDescripcion(String descripcion)
descripcion - public Double getCantidadRef()
public void setCantidadRef(Double cantidadRef)
cantidadRef - public String getUnidadMedidaRef()
public void setUnidadMedidaRef(String unidadMedidaRef)
unidadMedidaRef - public Double getPrecioRef()
public void setPrecioRef(Double precioRef)
precioRef - public Double getCantidad()
public void setCantidad(Double cantidad)
cantidad - public ArrayList getSubCantidad()
public void setSubCantidad(ArrayList subCantidad)
subCantidad - public Date getFchElabor()
public void setFchElabor(Date fchElabor)
fchElabor -
public void setFchElabor(String fchElabor)
throws ParseException
fchElabor - en formato AAAA-MM-DD
ParseExceptionpublic Date getFchVencim()
public void setFchVencim(Date fchVencim)
fchVencim -
public void setFchVencim(String fchVencim)
throws ParseException
fchVencim - en formato AAAA-MM-DD
ParseExceptionpublic String getUnidadMedida()
public void setUnidadMedida(String unidadMedida)
unidadMedida - public Double getPrecio()
public void setPrecio(Double precio)
precio - public OtraMoneda getOtraMoneda()
public void setOtraMoneda(OtraMoneda otraMoneda)
otraMoneda - public Double getDescuentoPct()
public void setDescuentoPct(Double descuentoPct)
descuentoPct - public Double getDescuentoMonto()
public void setDescuentoMonto(Double descuentoMonto)
descuentoMonto - public ArrayList getSubDscto()
public void setSubDscto(ArrayList subDscto)
subDscto - public Double getRecargoPct()
public void setRecargoPct(Double recargoPct)
recargoPct - public Double getRecargoMonto()
public void setRecargoMonto(Double recargoMonto)
recargoMonto - public ArrayList getSubRecargo()
public void setSubRecargo(ArrayList subRecargo)
subRecargo - public String getImpuestoAdicional()
public void setImpuestoAdicional(String impuestoAdicional)
impuestoAdicional - public Integer getMonto()
public void setMonto(Integer monto)
monto -
public org.jdom.Element getDOMElement(String tagName,
org.jdom.Namespace ns)
tagName - ns -
public void setDOMElement(org.jdom.Element data)
throws ParseException,
DetalleException
data -
ParseException
DetalleException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||