Operation |
Details |
public clone():Object |
Sequential Tags: | annotations=@Override
| Notes: | (non-Javadoc) @see java.lang.Object#clone() | |
public equals( Object obj):boolean |
Sequential Tags: | annotations=@Override
| Notes: | (non-Javadoc) @see java.lang.Object#equals(java.lang.Object) | |
public getAlternativeTitles():java.util.List |
Sequential Notes: | Get the alternativeTitles. The event may have one or several alternative forms of the title (e.g. an abbreviated title). | |
public getEndDate():String |
Sequential Notes: | Delivers the end date of the event. | |
public getInvitationStatus():InvitationStatus |
Sequential Notes: | Delivers the invitations status of the event. The invitation status is the information whether the creator was explicitly invited. | |
public getPlace():TextVO |
Sequential Notes: | Delivers the place of the event. | |
public getStartDate():String |
Sequential Notes: | Delivers the start date of the event. | |
public getTitle():TextVO |
Sequential Notes: | Delivers the title of the event. | |
public setEndDate( String newVal):void |
Sequential Notes: | Sets the end date of the event. | |
public setInvitationStatus( InvitationStatus newVal):void |
Sequential Notes: | Sets the invitations status of the event. The invitation status is the information whether the creator was explicitly invited. | |
public setPlace( TextVO newVal):void |
Sequential Notes: | Sets the place of the event. | |
public setStartDate( String newVal):void |
Sequential Notes: | Sets the start date of the event. | |
public setTitle( TextVO newVal):void |
Sequential Notes: | Sets the title of the event. | |