public class ChargeLot extends Object implements Serializable
Constructor and Description |
---|
ChargeLot(Double identLot,
String codeLot,
Double charge) |
Modifier and Type | Method and Description |
---|---|
Double |
getCharge() |
String |
getCodeLot() |
Double |
getIdentLot() |
static String |
select() |
void |
setCharge(Double charge) |
void |
setCodeLot(String codeLot) |
void |
setIdentLot(Double identLot) |
public static String select()
public String getCodeLot()
public void setCodeLot(String codeLot)
public Double getIdentLot()
public void setIdentLot(Double identLot)
public Double getCharge()
public void setCharge(Double charge)
Copyright © 2016. All rights reserved.