com.jscape.inet.mft.management.descriptors
Class AccountTemplateServiceDescriptor

java.lang.Object
  extended by com.jscape.inet.mft.management.descriptors.AccountTemplateServiceDescriptor
All Implemented Interfaces:
ServiceDescriptor, com.jscape.inet.mft.misc.AccountTemplateService.Exporter, com.jscape.inet.mft.misc.AccountTemplateService.Importer

public class AccountTemplateServiceDescriptor
extends java.lang.Object
implements ServiceDescriptor, com.jscape.inet.mft.misc.AccountTemplateService.Importer, com.jscape.inet.mft.misc.AccountTemplateService.Exporter

Account templates service descriptor.

Author:
Alex Usun

Field Summary
static com.jscape.inet.vfs.AccountTemplate DEFAULT_TEMPLATE
           
 
Constructor Summary
AccountTemplateServiceDescriptor()
          This constructor is used by serialization sub-system and is not intended to use directly in client code.
AccountTemplateServiceDescriptor(com.jscape.inet.vfs.AccountTemplate[] templates)
          Creates a new descriptor instance.
 
Method Summary
 com.jscape.inet.vfs.AccountTemplate[] getTemplates()
          Returns account templates.
 void setTemplates(com.jscape.inet.vfs.AccountTemplate[] value)
          Sets account templates.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_TEMPLATE

public static final com.jscape.inet.vfs.AccountTemplate DEFAULT_TEMPLATE
Constructor Detail

AccountTemplateServiceDescriptor

public AccountTemplateServiceDescriptor(com.jscape.inet.vfs.AccountTemplate[] templates)
Creates a new descriptor instance.

Parameters:
templates - account templates

AccountTemplateServiceDescriptor

public AccountTemplateServiceDescriptor()
This constructor is used by serialization sub-system and is not intended to use directly in client code.

Method Detail

getTemplates

public com.jscape.inet.vfs.AccountTemplate[] getTemplates()
Returns account templates.

Specified by:
getTemplates in interface com.jscape.inet.mft.misc.AccountTemplateService.Importer
Returns:
account templates

setTemplates

public void setTemplates(com.jscape.inet.vfs.AccountTemplate[] value)
Sets account templates.

Specified by:
setTemplates in interface com.jscape.inet.mft.misc.AccountTemplateService.Exporter
Parameters:
value - account templates

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007 JSCAPE Corp. All Rights Reserved.