Class 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 Detail

      • AttachmentParameterEntity

        public AttachmentParameterEntity()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)