wt.replication.sender
Class EMBContentDesc

java.lang.Object
  extended bywt.replication.sender.EMBContentDesc
All Implemented Interfaces:
Serializable

public class EMBContentDesc
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  String description
           
private  String fileName
           
private  String path
           
private static String RESOURCE
           
private  String ufid
           
 
Constructor Summary
EMBContentDesc()
           
 
Method Summary
 String getDescription()
           
 String getFileName()
           
 String getPath()
           
 String getUfid()
           
 void setDescription(String a_Description)
           
 void setFileName(String fileName)
           
 void setPath(String path)
           
 void setUfid(String ufid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

fileName

private String fileName

path

private String path

ufid

private String ufid

description

private String description
Constructor Detail

EMBContentDesc

public EMBContentDesc()
Method Detail

getFileName

public String getFileName()

setFileName

public void setFileName(String fileName)

getPath

public String getPath()

setPath

public void setPath(String path)

getUfid

public String getUfid()

setUfid

public void setUfid(String ufid)

getDescription

public String getDescription()

setDescription

public void setDescription(String a_Description)