no message
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package Common.Database.Objects;
|
||||
import Common_old.Utils.Utils;
|
||||
import Common.Utils.CommonUtils;
|
||||
import com.sun.org.glassfish.gmbal.Description;
|
||||
public abstract class nDBObject extends DBObject {
|
||||
@Description("PRIMARY KEY, UNIQUE")
|
||||
@@ -13,7 +13,7 @@ public abstract class nDBObject extends DBObject {
|
||||
return "";
|
||||
}
|
||||
public void genName() {
|
||||
id = Utils.getDateName(getClass().getSimpleName().toLowerCase());
|
||||
id = CommonUtils.getDateName(getClass().getSimpleName().toLowerCase());
|
||||
}
|
||||
//-
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user