|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.file.transformation.FileTransformation
public class FileTransformation
Represents the transformation of a given file.
Constructor Summary | |
---|---|
FileTransformation()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileTransformation()
Method Detail |
---|
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 matched
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |