JSCAPE MFT Server

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

java.lang.Object
  extended by com.jscape.inet.mft.management.descriptors.AccountTemplateServiceDescriptor
All Implemented Interfaces:
ServiceDescriptor

public class AccountTemplateServiceDescriptor
extends java.lang.Object
implements ServiceDescriptor

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.

Returns:
account templates

setTemplates

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

Parameters:
value - account templates

toString

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

JSCAPE MFT Server

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved