Class AttachmentParameterEntity
- java.lang.Object
-
- org.silverpeas.core.webapi.attachment.AttachmentParameterEntity
-
- All Implemented Interfaces:
Serializable
public class AttachmentParameterEntity extends Object implements Serializable
A web entity representing a parameter of an attachment to a calendar event in creation.- Author:
- mmoquillon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachmentParameterEntity()
-
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)
-