wt.fv.uploadtocache
Class CachedContentDescriptor

java.lang.Object
  extended bywt.fv.uploadtocache.CachedContentDescriptor
All Implemented Interfaces:
Serializable

public class CachedContentDescriptor
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  long fileSize
           
private  long folderId
           
private static String RESOURCE
           
private  long streamId
           
 
Constructor Summary
CachedContentDescriptor()
           
 
Method Summary
 long getFileSize()
          Gets the value of the attribute: fileSize.
 long getFolderId()
          Gets the value of the attribute: folderId.
 long getStreamId()
          Gets the value of the attribute: streamId.
 void setFileSize(long a_FileSize)
          Sets the value of the attribute: fileSize.
 void setFolderId(long a_FolderId)
          Sets the value of the attribute: folderId.
 void setStreamId(long a_StreamId)
          Sets the value of the attribute: streamId.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

streamId

private long streamId

fileSize

private long fileSize

folderId

private long folderId
Constructor Detail

CachedContentDescriptor

public CachedContentDescriptor()
Method Detail

getStreamId

public long getStreamId()
Gets the value of the attribute: streamId.

Supported API: false

Returns:
long

setStreamId

public void setStreamId(long a_StreamId)
Sets the value of the attribute: streamId.

Supported API: false

Parameters:
a_StreamId -

getFileSize

public long getFileSize()
Gets the value of the attribute: fileSize.

Supported API: false

Returns:
long

setFileSize

public void setFileSize(long a_FileSize)
Sets the value of the attribute: fileSize.

Supported API: false

Parameters:
a_FileSize -

getFolderId

public long getFolderId()
Gets the value of the attribute: folderId.

Supported API: false

Returns:
long

setFolderId

public void setFolderId(long a_FolderId)
Sets the value of the attribute: folderId.

Supported API: false

Parameters:
a_FolderId -

toString

public String toString()