
net.anotheria.anosite.gen.asfederateddata.data.GuardDefFactory Maven / Gradle / Ivy
/**
********************************************************************************
*** GuardDefFactory.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.asfederateddata.data;
public class GuardDefFactory{
public static GuardDef createGuardDef(GuardDef template){
return new GuardDefVO((GuardDefVO)template);
}
public static GuardDef createGuardDef(){
return new GuardDefVO("");
}
static GuardDef createGuardDef(GuardDefBuilder builder){
return new GuardDefVO(builder);
}
public static GuardDef createGuardDefForImport(String anId){
return new GuardDefVO(anId);
}
/**
* For internal use only!
*/
public static GuardDef createGuardDef(String anId){
return new GuardDefVO(anId);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy