Class AttachmentParameterDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.almanach.AttachmentParameterDTO
-
- All Implemented Interfaces:
Serializable
public class AttachmentParameterDTO extends Object implements Serializable
- Author:
- svu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachmentParameterDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getValue()
void
setName(String name)
void
setValue(String value)
-