diff -r 773449708c84 -r 4ad59aaee882 javaextensions/pim/javasrc/com/nokia/mj/impl/pim/Calendar.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/javaextensions/pim/javasrc/com/nokia/mj/impl/pim/Calendar.java Fri Sep 17 08:28:21 2010 +0300 @@ -0,0 +1,106 @@ +/* +* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Abstract PIMExtension class. + * +*/ + +// PACKAGE +package com.nokia.mj.impl.pim; + +// CLASS DEFINITION +/** + *

+ * Nokia propritery class for holding the calendar file name and calendar display name. + *

+ + *

General

+ * The object of the class will be returned to user when listcalendars is called from the MIDlet. + * Using the object user can obtain either calendar file name or calendar display name. These names should be used in appropriate places. + *