net.anotheria.anosite.gen.assitedata.data.NaviItemFactory Maven / Gradle / Ivy
The newest version!
/**
********************************************************************************
*** NaviItemFactory.java ***
*** generated by AnoSiteGenerator (ASG), Version: 4.2.2 ***
*** Copyright (C) 2005 - 2025 Anotheria.net, www.anotheria.net ***
*** All Rights Reserved. ***
********************************************************************************
*** Don't edit this code, if you aren't sure ***
*** that you do exactly know what you are doing! ***
*** It's better to invest time in the generator, as into the generated code. ***
********************************************************************************
*/
package net.anotheria.anosite.gen.assitedata.data;
public class NaviItemFactory{
public static NaviItem createNaviItem(NaviItem template){
return new NaviItemDocument((NaviItemDocument)template);
}
public static NaviItem createNaviItem(){
return new NaviItemDocument("");
}
static NaviItem createNaviItem(NaviItemBuilder builder){
return new NaviItemDocument(builder);
}
public static NaviItem createNaviItemForImport(String anId){
return new NaviItemDocument(anId);
}
/**
* For internal use only!
*/
public static NaviItem createNaviItem(String anId){
return new NaviItemDocument(anId);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy