THRIFT-297. java: getFieldValue and setFieldValue should be abstract TBase methods
authorBryan Duxbury <bryanduxbury@apache.org>
Tue, 3 Feb 2009 00:49:25 +0000 (00:49 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Tue, 3 Feb 2009 00:49:25 +0000 (00:49 +0000)
commitf5383b663ecbfdf46d3a76553bfb3db3ea0af228
tree936af701d31c7d267948897534b3ecdb6cf2cd38
parentdc9092ab1a2953c282b1add4a2500467eb9e3c9d
THRIFT-297. java: getFieldValue and setFieldValue should be abstract TBase methods

This patch makes getFieldValue, setFieldValue, and isSet TBase interface methods, and adds all the previously beans-only getters and setters to all Java generated classes.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@740169 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_java_generator.cc
lib/java/src/org/apache/thrift/TBase.java