base.service
Class ServiceFactory

java.lang.Object
  extended by base.service.ServiceFactory

public class ServiceFactory
extends java.lang.Object


Constructor Summary
ServiceFactory()
           
 
Method Summary
static Service newService(java.lang.String name, java.lang.String description, java.lang.String rateType, double baseRate, int minDurationInMinute, boolean careAboutMinDuration, int maxDurationInMinute, boolean careAboutMaxDuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceFactory

public ServiceFactory()
Method Detail

newService

public static Service newService(java.lang.String name,
                                 java.lang.String description,
                                 java.lang.String rateType,
                                 double baseRate,
                                 int minDurationInMinute,
                                 boolean careAboutMinDuration,
                                 int maxDurationInMinute,
                                 boolean careAboutMaxDuration)


Copyright © 2006 SF.net. All Rights Reserved.