mill.price
Class PriceListItemExtend

java.lang.Object
mill.price.PriceListItem
mill.price.PriceListItemExtend
- public class PriceListItemExtend
- extends PriceListItem
| Fields inherited from class mill.price.PriceListItem |
codeCurrency, idPK, isGroup, isLoad, isManual, isSpecial, itemID, nameCurrency, nameItem, parentID, priceItem, quantity |
| Methods inherited from class mill.price.PriceListItem |
getCodeCurrency, getIsGroup, getIsLoad, getItemID, getNameItem, getParentID, getPrice, print, set, setCodeCurrency, setIsGroup, setIsLoad, setItemID, setNameItem, setParentID, setPrice |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
desc
public java.lang.String desc
imageNameFile
public java.lang.String imageNameFile
imageID
public long imageID
isDebug
private static boolean isDebug
isProduction
private static boolean isProduction
sql_desc_
private static final java.lang.String sql_desc_
- See Also:
- Constant Field Values
PriceListItemExtend
public PriceListItemExtend()
PriceListItemExtend
public PriceListItemExtend(mill.db.DBconnect db_,
long id_shop,
java.lang.String serverName,
long id_item)
throws PriceException
PriceListItemExtend
public PriceListItemExtend(mill.db.DBconnect db_,
java.sql.ResultSet rs__)
throws PriceException
PriceListItemExtend
public PriceListItemExtend(mill.db.DBconnect db_,
java.sql.ResultSet rs__,
boolean initFromDB)
throws PriceException
dbg
private static void dbg(java.lang.String s)
dbg
private static void dbg(java.lang.String s,
int level)
initDescription
private void initDescription(mill.db.DBconnect db_)
throws PriceException