A
Anu
I am trying to grab more infromation on a record in the database depend
on the primary key which is the facilityKey....
facilityKey = facilityDAO.findByPrimaryKey(facility.getFacilityId());
System.out.println("Key" + facilityKey);
typeIdentifier =
facility.getFacilityType().getTypeIdentifier().equals(facilityKey); (I
get the error on this line, and not sure if i can use the equals methos
like this.....
Thanks
Anu
on the primary key which is the facilityKey....
facilityKey = facilityDAO.findByPrimaryKey(facility.getFacilityId());
System.out.println("Key" + facilityKey);
typeIdentifier =
facility.getFacilityType().getTypeIdentifier().equals(facilityKey); (I
get the error on this line, and not sure if i can use the equals methos
like this.....
Thanks
Anu