no message
This commit is contained in:
@@ -25,9 +25,9 @@ public class Subscriber extends DBObject {
|
||||
public void SynchronizeFields(DBObject src) {
|
||||
super.SynchronizeFields(src);
|
||||
Subscriber s = (Subscriber) src;
|
||||
name= s.name;
|
||||
name = s.name;
|
||||
role = s.role;
|
||||
mailOn= s.mailOn;
|
||||
mailOn = s.mailOn;
|
||||
}
|
||||
//как объект будут называть по внешним ключам.
|
||||
public String getFKName() {
|
||||
|
||||
Reference in New Issue
Block a user