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

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

public class FormatDescriptorTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FormatDescriptorTO()
           
 
Method Summary
 UITokenServiceCredentialTO getCredential()
           
 String getFileExtension()
           
 String getFormatID()
           
 String getName()
          Gets the name of transfer object.
 void setCredential(UITokenServiceCredentialTO credential)
           
 void setFileExtension(String fileExtension)
           
 void setFormatID(String formatID)
           
 void setName(String name)
          Sets the name of transfer object
 
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)

getName

public String getName()
Gets the name of transfer object.

Returns:
the name of transfer object.

setName

public void setName(String name)
Sets the name of transfer object

Parameters:
name - the name of transfer object.