no message
This commit is contained in:
@@ -17,6 +17,9 @@ public abstract class nDBObject extends DBObject {
|
||||
public Object getEmptyFK() {
|
||||
return "";
|
||||
}
|
||||
public String getFKName() {
|
||||
return getClass().getSimpleName().toLowerCase() + "_id";
|
||||
}
|
||||
public void genName() {
|
||||
id = Utils_.getDateName(getClass().getSimpleName().toLowerCase());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user