org.eclipse.higgins.rpps.core.tobj
Class FormatDescriptorTO

java.lang.Object
  extended byorg.eclipse.higgins.rpps.core.tobj.BaseTransferObject
      extended byorg.eclipse.higgins.rpps.core.tobj.FormatDescriptorTO
All Implemented Interfaces:
Serializable

public class FormatDescriptorTO
extends BaseTransferObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
FormatDescriptorTO()
           
 
Method Summary
 UITokenServiceCredentialTO getCredential()
           
 String getFileExtension()
           
 String getFormatID()
           
 void setCredential(UITokenServiceCredentialTO credential)
           
 void setFileExtension(String fileExtension)
           
 void setFormatID(String formatID)
           
 
Methods inherited from class org.eclipse.higgins.rpps.core.tobj.BaseTransferObject
getName, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatDescriptorTO

public FormatDescriptorTO()
Method Detail

getFileExtension

public String getFileExtension()

setFileExtension

public void setFileExtension(String fileExtension)

getFormatID

public String getFormatID()

setFormatID

public void setFormatID(String formatID)

getCredential

public UITokenServiceCredentialTO getCredential()

setCredential

public void setCredential(UITokenServiceCredentialTO credential)