org.eclipse.higgins.sync.to
Class CrdsFileTO

java.lang.Object
  extended by org.eclipse.higgins.sync.to.FileTO
      extended by org.eclipse.higgins.sync.to.CrdsFileTO
All Implemented Interfaces:
Serializable

public class CrdsFileTO
extends FileTO

Crds File transfer object.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
CrdsFileTO()
           
 
Method Summary
 String getPasswordPhrase()
           
 CrdsFileTO setPasswordPhrase(String passwordPhrase)
           
 
Methods inherited from class org.eclipse.higgins.sync.to.FileTO
getFileData, setFileData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrdsFileTO

public CrdsFileTO()
Method Detail

getPasswordPhrase

public String getPasswordPhrase()
Returns:
the passwordPhrase

setPasswordPhrase

public CrdsFileTO setPasswordPhrase(String passwordPhrase)
Parameters:
passwordPhrase - the passwordPhrase to set