|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibspan.ecap.merchant.shopdecisions.dataadministration.TransactionLog
public class TransactionLog
Constructor Summary | |
---|---|
TransactionLog()
|
Method Summary | |
---|---|
java.lang.String |
getClientId()
Gets the id of the client who made the reservation. |
FinalisationType |
getFinalisationType()
Gets the type of the finalisation. |
int |
getNegotiationId()
Gets the id of the negotiation after which the reservation has been made. |
int |
getQuantityReserved()
Gets the amount of the product that was reserved. |
java.util.Date |
getTime()
Gets the time of the reservation finalisation. |
java.lang.String |
getTransactionId()
Gets the id of the finished transaction. |
float |
getValueReserved()
Gets the value of the product that was reserved (at the price offered by the client). |
void |
setClientId(java.lang.String clientId)
Sets the id of the client who made the reservation. |
void |
setFinalisationType(FinalisationType finalisationType)
Sets the type of the finalisation. |
void |
setNegotiationId(int negotiationId)
Sets the id of the negotiation after which the reservation has been made. |
void |
setQuantityReserved(int quantityReserved)
Sets the amount of the product that was reserved. |
void |
setTime(java.util.Date time)
Sets the time of the reservation finalisation. |
void |
setTransactionId(java.lang.String transactionId)
Sets the id of the finished transaction |
void |
setValueReserved(float valueReserved)
Sets the value of the product that was reserved (at the price offered by the client). |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TransactionLog()
Method Detail |
---|
public int getQuantityReserved()
public void setQuantityReserved(int quantityReserved)
quantityReserved
- the amount of the product that was reserved.public float getValueReserved()
public void setValueReserved(float valueReserved)
valueReserved
- value of the product that was reserved (at the price offered by the client).public java.lang.String getTransactionId()
public void setTransactionId(java.lang.String transactionId)
transactionId
- the id of the finished transactionpublic java.lang.String getClientId()
public void setClientId(java.lang.String clientId)
clientId
- the id of the client who made the reservation.public java.util.Date getTime()
public void setTime(java.util.Date time)
time
- the time of the reservation finalisation.public FinalisationType getFinalisationType()
public void setFinalisationType(FinalisationType finalisationType)
finalisationType
- the type of the finalisation.public int getNegotiationId()
public void setNegotiationId(int negotiationId)
negotiationId
- the id of the negotiation after which the reservation has been made.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |