cl.sii.dte
Class OtraMoneda

java.lang.Object
  |
  +--cl.sii.dte.OtraMoneda

public class OtraMoneda
extends Object

Version:
1.0
Author:
Tomas Barros bbarros@nic.cl

Field Summary
private  String codigo
           
private  Double factor
           
private  Double precio
           
 
Constructor Summary
OtraMoneda()
           
 
Method Summary
 String getCodigo()
          Method getCodigo.
 org.jdom.Element getDOMElement(String tagName, org.jdom.Namespace ns)
          Method getDOMElement.
 Double getFactor()
          Method getFactor.
 Double getPrecio()
          Method getPrecio.
 void setCodigo(String codigo)
          Method setCodigo.
 void setDOMElement(org.jdom.Element data)
          Method setDOMElement.
 void setFactor(Double factor)
          Method setFactor.
 void setPrecio(Double precio)
          Method setPrecio.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codigo

private String codigo

precio

private Double precio

factor

private Double factor
Constructor Detail

OtraMoneda

public OtraMoneda()
See Also:
Object.Object()
Method Detail

getCodigo

public String getCodigo()
Method getCodigo.

Returns:
String

setCodigo

public void setCodigo(String codigo)
Method setCodigo.

Parameters:
codigo -

getPrecio

public Double getPrecio()
Method getPrecio.

Returns:
Double

setPrecio

public void setPrecio(Double precio)
Method setPrecio.

Parameters:
precio -

getFactor

public Double getFactor()
Method getFactor.

Returns:
Double

setFactor

public void setFactor(Double factor)
Method setFactor.

Parameters:
factor -

getDOMElement

public org.jdom.Element getDOMElement(String tagName,
                                      org.jdom.Namespace ns)
Method getDOMElement.

Parameters:
tagName -
ns -
Returns:
Element

setDOMElement

public void setDOMElement(org.jdom.Element data)
Method setDOMElement.

Parameters:
data -