<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How do I access? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-access/m-p/3618041#M871572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that i can access the methods of a class that are defined in its PRIVATE section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pointers for the same woudl be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;Jai...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2008 12:50:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-25T12:50:10Z</dc:date>
    <item>
      <title>How do I access?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-access/m-p/3618041#M871572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that i can access the methods of a class that are defined in its PRIVATE section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pointers for the same woudl be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;Jai...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 12:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-access/m-p/3618041#M871572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T12:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I access?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-access/m-p/3618042#M871573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Private Methods of a class.. it cannot be called directly. It can only be called by the public methods of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;had your reqmt is possible, then the whole concept of encapsulation fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 12:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-access/m-p/3618042#M871573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T12:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I access?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-access/m-p/3618043#M871574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look for public methods, typically named "GET_attribute" or "SET_attribute" (getters and setters), that provide the values of private attributes.  Sometimes you might find a method that returns the attribute you're interested in, in a structure, or another object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if the programmer of the class hasn't provided access in such a way, you can't get at the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 13:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-access/m-p/3618043#M871574</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-03-25T13:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I access?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-access/m-p/3618044#M871575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Components that you declare in the private section are only visible in the methods of the same class. The private components are not part of the external interface of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, the methods that are declared in the private section cannot be accesed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards if usefull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 16:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-access/m-p/3618044#M871575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T16:34:06Z</dc:date>
    </item>
  </channel>
</rss>

