|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geebis.books.model.item.retail.AssemblyLine
@Name(value="assemblyLine") public class AssemblyLine
The AssemblyLine class represents a line item on an assembly
| Constructor Summary | |
|---|---|
AssemblyLine()
|
|
AssemblyLine(RetailItem retailItem,
java.lang.Double quantity)
|
|
| Method Summary | |
|---|---|
java.lang.Long |
getId()
|
RetailItem |
getItem()
Gets the retailItem for this assembly line |
java.lang.Double |
getQuantity()
Gets the quantity of this assembly line |
java.lang.Integer |
getVersion()
|
void |
setId(java.lang.Long id)
|
void |
setItem(RetailItem retailItem)
Sets the retailItem for this assembly line |
void |
setQuantity(java.lang.Double quantity)
Sets the quantity of this assembly 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 |
|---|
public AssemblyLine()
public AssemblyLine(RetailItem retailItem,
java.lang.Double quantity)
| Method Detail |
|---|
public RetailItem getItem()
public void setItem(RetailItem retailItem)
retailItem - the new retailItem for this assembly linepublic java.lang.Double getQuantity()
public void setQuantity(java.lang.Double quantity)
quantity - the new quantity of this assembly linepublic java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public java.lang.Long getId()
public void setId(java.lang.Long id)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||