Package de.xima.fc.mdl.form
Class UploadFormElement
- java.lang.Object
-
- de.xima.fc.mdl.form.UploadFormElement
-
- All Implemented Interfaces:
IUploadFormElement
,Serializable
public final class UploadFormElement extends Object implements IUploadFormElement
Model for an upload form element.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UploadFormElement(String name, Integer repetitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getDisplayName(Locale locale)
String
getName()
Integer
getRepetitionId()
int
hashCode()
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName(Locale locale)
- Specified by:
getDisplayName
in interfaceIUploadFormElement
-
getName
public String getName()
- Specified by:
getName
in interfaceIUploadFormElement
-
getRepetitionId
public Integer getRepetitionId()
- Specified by:
getRepetitionId
in interfaceIUploadFormElement
-
-