org.eclipse.higgins.rpps.core.tobj
Class FormatDescriptorTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.FormatDescriptorTO
- All Implemented Interfaces:
- Serializable
- public class FormatDescriptorTO
- extends Object
- implements Serializable
- See Also:
- Serialized Form
FormatDescriptorTO
public FormatDescriptorTO()
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.