public class FileTransformation extends Object implements Serializable
Constructor and Description |
---|
FileTransformation() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
Returns the contentType.
|
String |
getDisplayName()
Returns the display name.
|
String |
getExtension()
Returns the extension.
|
String |
getFilePrefix()
Returns the filePrefix.
|
String |
getFileSufix()
Returns the fileSufix.
|
String |
getId()
Returns the id.
|
String |
getName()
Returns the name.
|
String |
getServiceInstanceId()
Returns the serviceInstanceId.
|
Set<ITransformationParameter> |
getTransformationParameters()
Returns the transformationParameters.
|
boolean |
matches(String contentType)
Asserts if a given content type matches with jgeg | gif | png
|
void |
setContentType(String contentType)
Sets the contentType.
|
void |
setDisplayName(String displayName)
Sets the display name.
|
void |
setExtension(String extension)
Sets the extension.
|
void |
setFilePrefix(String filePrefix)
Sets the filePrefix.
|
void |
setFileSufix(String fileSufix)
Sets the fileSufix.
|
void |
setId(String id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
void |
setServiceInstanceId(String serviceInstanceId)
Sets the serviceInstanceId.
|
public String getId()
public void setId(String id)
id
- the id value to set.public String getFilePrefix()
public void setFilePrefix(String filePrefix)
filePrefix
- the filePrefix value to set.public String getFileSufix()
public void setFileSufix(String fileSufix)
fileSufix
- the fileSufix value to set.public String getExtension()
public void setExtension(String extension)
extension
- the extension value to set.public String getName()
public void setName(String name)
name
- the name value to set.public String getDisplayName()
public void setDisplayName(String displayName)
display
- name the display name value to set.public String getServiceInstanceId()
public void setServiceInstanceId(String serviceInstanceId)
serviceInstanceId
- the serviceInstanceId value to set.public Set<ITransformationParameter> getTransformationParameters()
public String getContentType()
public void setContentType(String contentType)
contentType
- the contentType value to set.public boolean matches(String contentType)
contentType
- the content type to be matchedLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.