|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geebis.books.model.partner.Trackable
@Name(value="trackable") public class Trackable
The Trackable class represents a product that a customer owns that you want to keep track of.
Trackables can either be created when a trackable part is sold by you or you manually create one
| Constructor Summary | |
|---|---|
Trackable()
|
|
Trackable(java.lang.String serial)
|
|
| Method Summary | |
|---|---|
Customer |
getCustomer()
Gets the Customer of the trackable |
java.lang.Long |
getId()
|
java.util.List<Label> |
getLabels()
Gets the labels attached to this trackable |
java.lang.String |
getNotes()
Gets the notes of the trackable |
java.lang.String |
getSerialNumber()
Gets the serial number number of the trackable |
java.lang.Integer |
getVersion()
|
void |
setCustomer(Customer customer)
Sets the Customer of the trackable |
void |
setId(java.lang.Long id)
|
void |
setLabels(java.util.List<Label> labels)
Sets the labels attached to this trackable |
void |
setNotes(java.lang.String notes)
Sets the notes of the trackable |
void |
setSerialNumber(java.lang.String serialNumber)
Sets the serial number of the trackable |
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 Trackable()
public Trackable(java.lang.String serial)
| Method Detail |
|---|
public java.lang.String getSerialNumber()
public void setSerialNumber(java.lang.String serialNumber)
serialNumber - the new serial number of the trackablepublic java.lang.String getNotes()
public void setNotes(java.lang.String notes)
notes - the new notes for the trackablepublic Customer getCustomer()
Customer of the trackable
Customer of the trackablepublic void setCustomer(Customer customer)
Customer of the trackable
customer - the new Customer for the trackablepublic java.util.List<Label> getLabels()
public void setLabels(java.util.List<Label> labels)
labels - the new labels attached to this trackablepublic 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 | ||||||||