com.anasoft.os.daofusion.test.example.entity
Class PromotedStockItem

java.lang.Object
  extended by com.anasoft.os.daofusion.entity.PersistentEntity<java.lang.Long>
      extended by com.anasoft.os.daofusion.entity.MutablePersistentEntity
          extended by com.anasoft.os.daofusion.test.example.entity.OidBasedMutablePersistentEntity
              extended by com.anasoft.os.daofusion.test.example.entity.StockItem
                  extended by com.anasoft.os.daofusion.test.example.entity.PromotedStockItem
All Implemented Interfaces:
Persistable<java.lang.Long>, java.io.Serializable

public class PromotedStockItem
extends StockItem

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.anasoft.os.daofusion.test.example.entity.OidBasedMutablePersistentEntity
OID_COLUMN_LENGTH, OID_COLUMN_NAME
 
Fields inherited from class com.anasoft.os.daofusion.entity.PersistentEntity
_ID
 
Constructor Summary
PromotedStockItem()
           
 
Method Summary
 int getItemDiscount()
           
 java.lang.Integer getPromotionPrice()
           
 void setPromotionPrice(java.lang.Integer promotionPrice)
           
 
Methods inherited from class com.anasoft.os.daofusion.test.example.entity.StockItem
getCategory, getDescription, getName, getPrice, setCategory, setDescription, setName, setPrice
 
Methods inherited from class com.anasoft.os.daofusion.test.example.entity.OidBasedMutablePersistentEntity
clone, equals, generateOid, getOid, hashCode, setOid
 
Methods inherited from class com.anasoft.os.daofusion.entity.MutablePersistentEntity
getVersion, setVersion
 
Methods inherited from class com.anasoft.os.daofusion.entity.PersistentEntity
getId, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PromotedStockItem

public PromotedStockItem()
Method Detail

getPromotionPrice

public java.lang.Integer getPromotionPrice()

setPromotionPrice

public void setPromotionPrice(java.lang.Integer promotionPrice)

getItemDiscount

public int getItemDiscount()


Copyright © 2008-2009 ANASOFT and contributors. All Rights Reserved.