|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.transport.Packet dist1.acb.common.transport.Request dist1.acb.common.transport.RequestUpdate dist1.acb.common.transport.concretePackets.RequestBeginSellTransaction
RequestBeginSellTransaction
Constructor Summary | |
RequestBeginSellTransaction(long fileId,
byte[] key,
java.lang.String consumerLogin)
Creates a new instance of RequestBeginSellTransaction |
Method Summary | |
java.lang.String |
getConsumerLogin()
Getter for property consumerLogin. |
long |
getFileId()
Getter for property fileId. |
byte[] |
getKey()
Getter for property key. |
void |
setConsumerLogin(java.lang.String consumerLogin)
Setter for property consumerLogin. |
void |
setFileId(long fileId)
Setter for property fileId. |
void |
setKey(byte[] key)
Setter for property key. |
Methods inherited from class dist1.acb.common.transport.Packet |
equals, getId, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RequestBeginSellTransaction(long fileId, byte[] key, java.lang.String consumerLogin)
fileId
- Id of the file for sellkey
- The key with which file was encriptedconsumerLogin
- Login of the consumerMethod Detail |
public void setConsumerLogin(java.lang.String consumerLogin)
consumerLogin
- New value of property consumerLogin.public java.lang.String getConsumerLogin()
public void setFileId(long fileId)
fileId
- New value of property fileId.public long getFileId()
public void setKey(byte[] key)
key
- New value of property key.public byte[] getKey()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |