net.fortuna.ical4j.model.property

Class Comment

Implemented Interfaces:
Escapable

public class Comment
extends Property
implements Escapable

$Id: Comment.java,v 1.10 2008/12/16 12:34:51 fortuna Exp $ Created: [Apr 6, 2004] Defines a COMMENT iCalendar component property.

Constructor Summary

Comment()
Default constructor.
Comment(ParameterList aList, String aValue)
Comment(String aValue)

Method Summary

String
getValue()
void
setValue(String aValue)
void
validate()

Constructor Details

Comment

public Comment()
Default constructor.

Comment

public Comment(ParameterList aList,
               String aValue)
Parameters:
aList - a list of parameters for this component
aValue - a value string for this component

Comment

public Comment(String aValue)
Parameters:
aValue - a value string for this component

Method Details

getValue

public final String getValue()

setValue

public final void setValue(String aValue)

validate

public final void validate()
            throws ValidationException
See Also:
net.fortuna.ical4j.model.Property.validate()