|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.file.transformation.FileTransformation
public class FileTransformation
Represents the transformation of a given file.
Constructor Summary | |
---|---|
FileTransformation()
|
Method Summary | |
---|---|
java.lang.String |
getContentType()
Returns the contentType. |
java.lang.String |
getDisplayName()
Returns the display name. |
java.lang.String |
getExtension()
Returns the extension. |
java.lang.String |
getFilePrefix()
Returns the filePrefix. |
java.lang.String |
getFileSufix()
Returns the fileSufix. |
java.lang.String |
getId()
Returns the id. |
java.lang.String |
getName()
Returns the name. |
java.lang.String |
getServiceInstanceId()
Returns the serviceInstanceId. |
java.util.Set<ITransformationParameter> |
getTransformationParameters()
Returns the transformationParameters. |
boolean |
matches(java.lang.String contentType)
Asserts if a given content type matches with jgeg | gif | png |
void |
setContentType(java.lang.String contentType)
Sets the contentType. |
void |
setDisplayName(java.lang.String displayName)
Sets the display name. |
void |
setExtension(java.lang.String extension)
Sets the extension. |
void |
setFilePrefix(java.lang.String filePrefix)
Sets the filePrefix. |
void |
setFileSufix(java.lang.String fileSufix)
Sets the fileSufix. |
void |
setId(java.lang.String id)
Sets the id. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setServiceInstanceId(java.lang.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 java.lang.String getId()
public void setId(java.lang.String id)
id
- the id value to set.public java.lang.String getFilePrefix()
public void setFilePrefix(java.lang.String filePrefix)
filePrefix
- the filePrefix value to set.public java.lang.String getFileSufix()
public void setFileSufix(java.lang.String fileSufix)
fileSufix
- the fileSufix value to set.public java.lang.String getExtension()
public void setExtension(java.lang.String extension)
extension
- the extension value to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name value to set.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
display
- name the display name value to set.public java.lang.String getServiceInstanceId()
public void setServiceInstanceId(java.lang.String serviceInstanceId)
serviceInstanceId
- the serviceInstanceId value to set.public java.util.Set<ITransformationParameter> getTransformationParameters()
public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
contentType
- the contentType value to set.public boolean matches(java.lang.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 |