org.geebis.books.model.partner.pricelevel
Class PerProductPriceLevelLine

java.lang.Object
  extended by org.geebis.books.model.partner.pricelevel.PerProductPriceLevelLine
All Implemented Interfaces:
java.io.Serializable

@Name(value="perProductPriceLevelLine")
public class PerProductPriceLevelLine
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PerProductPriceLevelLine()
           
 
Method Summary
 java.lang.Long getId()
           
 java.lang.Double getRetail()
          Gets the retail of this price level line
 RetailItem getRetailItem()
          Gets the retailItem of this price level line
 java.lang.Integer getVersion()
           
 void setId(java.lang.Long id)
           
 void setRetail(java.lang.Double retail)
          Sets the retail of this price level line
 void setRetailItem(RetailItem retailItem)
          Sets the retailItem of this price level line
 void setVersion(java.lang.Integer version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerProductPriceLevelLine

public PerProductPriceLevelLine()
Method Detail

getRetailItem

public RetailItem getRetailItem()
Gets the retailItem of this price level line

Returns:
the retailItem of this price level line

setRetailItem

public void setRetailItem(RetailItem retailItem)
Sets the retailItem of this price level line

Parameters:
retailItem - the new retailItem for this price level line

getRetail

public java.lang.Double getRetail()
Gets the retail of this price level line

Returns:
the retail of this price level line

setRetail

public void setRetail(java.lang.Double retail)
Sets the retail of this price level line

Parameters:
retail - the new retail of this price level line

getVersion

public java.lang.Integer getVersion()

setVersion

public void setVersion(java.lang.Integer version)

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)