openlsd.network.common.message
Class LSDMsgPutFile

java.lang.Object
  extended by openlsd.network.common.message.LSDMsgPutFile
All Implemented Interfaces:
java.io.Serializable

public class LSDMsgPutFile
extends java.lang.Object
implements java.io.Serializable

Class for PutFile Message

Author:
Frederic Bregier LGPL
See Also:
Serialized Form

Field Summary
 byte commande
          Command to execute
 long doc
          Document id
 java.lang.String filepath
          File path to acces the document
 long legacy
          Legacy id
 byte status
          Status of command
 long storage
          Storage id
 boolean unique
          Unique command session
 
Constructor Summary
LSDMsgPutFile(byte commande, boolean unique, long legacy, long storage, long doc, byte status, java.lang.String filepath)
          Create a PutFile message from args
 
Method Summary
 void clear()
          Clear the PutFile Message
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

commande

public byte commande
Command to execute


unique

public boolean unique
Unique command session


legacy

public long legacy
Legacy id


storage

public long storage
Storage id


doc

public long doc
Document id


status

public byte status
Status of command


filepath

public java.lang.String filepath
File path to acces the document

Constructor Detail

LSDMsgPutFile

public LSDMsgPutFile(byte commande,
                     boolean unique,
                     long legacy,
                     long storage,
                     long doc,
                     byte status,
                     java.lang.String filepath)
Create a PutFile message from args

Parameters:
commande -
unique -
legacy -
storage -
doc -
status -
filepath -
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

clear

public void clear()
Clear the PutFile Message