перенос метода получающего поле объекта для отображения
This commit is contained in:
@@ -53,17 +53,6 @@ public class SapforProfilesDBTable extends iDBTable<SapforProfile> {
|
||||
};
|
||||
}
|
||||
@Override
|
||||
public Object getFieldAt(SapforProfile object, int columnIndex) {
|
||||
switch (columnIndex) {
|
||||
case 2:
|
||||
return object.description;
|
||||
case 3:
|
||||
return new Date(object.creationDate);
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
}
|
||||
@Override
|
||||
public Current CurrentName() {
|
||||
return Current.SapforProfile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user