Re: [Q] What is the difference between id vs. volumeId in the Volumebean

2015-05-20 Thread Mariangela Hills
Hi Devs, Based on the names of the properties they seem to be used for the same purpose. If that is the case, it might make more sense to remove one property rather than having it duplicated. Regards, Mariangela *--* *Mariangela Hills* PMC Member & Committer of Apache Stratos Senior Technic

Re: [Q] What is the difference between id vs. volumeId in the Volumebean

2015-05-20 Thread Udara Liyanage
Hi, Ideally id is not needed to be set in bean class. However both id and volumeId has been used in the code. Need to check before providing a conclusive answer. On Wed, May 20, 2015 at 4:39 PM, Mariangela Hills wrote: > Hi Devs, > > What is the difference between the property named "id" and "v

[Q] What is the difference between id vs. volumeId in the Volumebean

2015-05-20 Thread Mariangela Hills
Hi Devs, What is the difference between the property named "id" and "volumeId" in the volumeBean? private String id; private String size; private String device; private boolean removeOnTermination; private String mappingPath; private String snapshotId; private String volumeId; Regards, Mariangel