01: /*
02: * Created on Mar 17, 2005
03: */
04: package com.sun.portal.wireless.admin;
05:
06: /**
07: * Get/set Attribute handler implementation for Mobile Address Book.
08: *
09: * @author ashwin.mathew@sun.com
10: */
11: public class MobileAddressBookGetSetAttributeHandler extends
12: AbstractMobileGetSetAttributeHandler {
13:
14: /* (non-Javadoc)
15: * @see com.sun.portal.wireless.admin.AbstractMobileGetSetAttributeHandler#getComponentName()
16: */
17: public String getComponentName() {
18: return MobileAppAttributeHandler.SUN_MOBILE_APP_ADDRESS_BOOK_SERVICE;
19: }
20:
21: }
|