no message
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package Common.Database.Objects;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common.Utils.Utils_;
|
||||
import Common.Visual.Selectable;
|
||||
import Common.Utils.Index;
|
||||
import com.sun.org.glassfish.gmbal.Description;
|
||||
@@ -34,7 +34,7 @@ public abstract class DBObject implements Selectable, Serializable {
|
||||
}
|
||||
public abstract Object getPK();
|
||||
public String getBDialogName() {
|
||||
return CommonUtils.Brackets(getDialogName());
|
||||
return Utils_.Brackets(getDialogName());
|
||||
}
|
||||
public String getDialogName() {
|
||||
return getPK().toString();
|
||||
|
||||
Reference in New Issue
Block a user