I need to set two values in Spring bean property value having same name.
Currently I have
I am using this property name as this in Java class : private String siteUid;
My requirement is to add another property name with diffrent value
Please suggest, if I can write both property values, and how can I use the same in Java class