home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / java / beans / beancontext / BeanContextSupport$BCSChild.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  865 b   |  38 lines

  1. package java.beans.beancontext;
  2.  
  3. import java.io.Serializable;
  4.  
  5. public class BeanContextSupport$BCSChild implements Serializable {
  6.    private Object child;
  7.    private Object proxyPeer;
  8.    private transient boolean removePending;
  9.    // $FF: synthetic field
  10.    private final BeanContextSupport this$0;
  11.  
  12.    BeanContextSupport$BCSChild(BeanContextSupport var1, Object var2, Object var3) {
  13.       this.this$0 = var1;
  14.       this.child = var2;
  15.       this.proxyPeer = var3;
  16.    }
  17.  
  18.    Object getChild() {
  19.       return this.child;
  20.    }
  21.  
  22.    void setRemovePending(boolean var1) {
  23.       this.removePending = var1;
  24.    }
  25.  
  26.    boolean isRemovePending() {
  27.       return this.removePending;
  28.    }
  29.  
  30.    boolean isProxyPeer() {
  31.       return this.proxyPeer != null;
  32.    }
  33.  
  34.    Object getProxyPeer() {
  35.       return this.proxyPeer;
  36.    }
  37. }
  38.