CostTypeHierarchyLocator.java :  » Workflow-Engines » osbl-1_0 » org » osbl » inventory » Java Open Source

Java Open Source » Workflow Engines » osbl 1_0 
osbl 1_0 » org » osbl » inventory » CostTypeHierarchyLocator.java
package org.osbl.inventory;

import org.osbl.inventory.model.*;
import org.osbl.PersistenceObjectLocator;

public class CostTypeHierarchyLocator
    extends PersistenceObjectLocator<Inventory>
{
    protected String getPersistenceServiceName() {
        return "InventoryPersistence";
    }

    protected Class getObjectClass() {
        return CostTypeHierarchy.class;
    }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.