home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 April / DPPCPRO0499.ISO / April / Notes / 50b2wic.exe / DATA1.CAB / NotesProgramFilesJavaSupport / Notes.jar / lotus / domino / local / OutlineEntry.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-15  |  3.5 KB  |  294 lines

  1. package lotus.domino.local;
  2.  
  3. import lotus.domino.NotesException;
  4.  
  5. public class OutlineEntry extends NotesBase implements lotus.domino.OutlineEntry {
  6.    private static final int NOERROR = 0;
  7.    private transient Outline outline;
  8.  
  9.    protected OutlineEntry() throws NotesException {
  10.    }
  11.  
  12.    protected OutlineEntry(Outline var1, int var2) throws NotesException {
  13.       super(var2, 31);
  14.       this.outline = var1;
  15.       this.outline.AddObject(this);
  16.    }
  17.  
  18.    public synchronized void finalize() throws NotesException {
  19.       try {
  20.          this.outline.RemoveObject(this);
  21.       } catch (NotesException var6) {
  22.          System.out.println(var6);
  23.       } finally {
  24.          super.finalize();
  25.       }
  26.  
  27.    }
  28.  
  29.    public synchronized void recycle() throws NotesException {
  30.       try {
  31.          this.outline.RemoveObject(this);
  32.       } catch (NotesException var6) {
  33.          System.out.println(var6);
  34.       } finally {
  35.          super.Recycle();
  36.       }
  37.  
  38.    }
  39.  
  40.    public boolean getIsExpandable() throws NotesException {
  41.       boolean var1 = false;
  42.       ((NotesBase)this).CheckObject();
  43.       synchronized(this){}
  44.  
  45.       try {
  46.          var1 = ((NotesBase)this).PropGetBool(1567);
  47.       } catch (Throwable var4) {
  48.          throw var4;
  49.       }
  50.  
  51.       return var1;
  52.    }
  53.  
  54.    public boolean getHasChildren() throws NotesException {
  55.       boolean var1 = false;
  56.       ((NotesBase)this).CheckObject();
  57.       synchronized(this){}
  58.  
  59.       try {
  60.          var1 = ((NotesBase)this).PropGetBool(1568);
  61.       } catch (Throwable var4) {
  62.          throw var4;
  63.       }
  64.  
  65.       return var1;
  66.    }
  67.  
  68.    public boolean getIsInThisDB() throws NotesException {
  69.       boolean var1 = false;
  70.       ((NotesBase)this).CheckObject();
  71.       synchronized(this){}
  72.  
  73.       try {
  74.          var1 = ((NotesBase)this).PropGetBool(1569);
  75.       } catch (Throwable var4) {
  76.          throw var4;
  77.       }
  78.  
  79.       return var1;
  80.    }
  81.  
  82.    public boolean getIsHidden() throws NotesException {
  83.       boolean var1 = false;
  84.       ((NotesBase)this).CheckObject();
  85.       synchronized(this){}
  86.  
  87.       try {
  88.          var1 = ((NotesBase)this).PropGetBool(1570);
  89.       } catch (Throwable var4) {
  90.          throw var4;
  91.       }
  92.  
  93.       return var1;
  94.    }
  95.  
  96.    public boolean getIsPrivate() throws NotesException {
  97.       boolean var1 = false;
  98.       ((NotesBase)this).CheckObject();
  99.       synchronized(this){}
  100.  
  101.       try {
  102.          var1 = ((NotesBase)this).PropGetBool(1571);
  103.       } catch (Throwable var4) {
  104.          throw var4;
  105.       }
  106.  
  107.       return var1;
  108.    }
  109.  
  110.    public int getType() throws NotesException {
  111.       int var1 = 0;
  112.       ((NotesBase)this).CheckObject();
  113.       synchronized(this){}
  114.  
  115.       try {
  116.          var1 = ((NotesBase)this).PropGetInt(1574);
  117.       } catch (Throwable var4) {
  118.          throw var4;
  119.       }
  120.  
  121.       return var1;
  122.    }
  123.  
  124.    public String getTitleText() throws NotesException {
  125.       Object var1 = null;
  126.       ((NotesBase)this).CheckObject();
  127.       synchronized(this){}
  128.  
  129.       try {
  130.          var5 = ((NotesBase)this).PropGetString(1575);
  131.       } catch (Throwable var4) {
  132.          throw var4;
  133.       }
  134.  
  135.       return var5;
  136.    }
  137.  
  138.    public String getOnClickText() throws NotesException {
  139.       Object var1 = null;
  140.       ((NotesBase)this).CheckObject();
  141.       synchronized(this){}
  142.  
  143.       try {
  144.          var5 = ((NotesBase)this).PropGetString(1576);
  145.       } catch (Throwable var4) {
  146.          throw var4;
  147.       }
  148.  
  149.       return var5;
  150.    }
  151.  
  152.    public String getImagesText() throws NotesException {
  153.       Object var1 = null;
  154.       ((NotesBase)this).CheckObject();
  155.       synchronized(this){}
  156.  
  157.       try {
  158.          var5 = ((NotesBase)this).PropGetString(1577);
  159.       } catch (Throwable var4) {
  160.          throw var4;
  161.       }
  162.  
  163.       return var5;
  164.    }
  165.  
  166.    public String getFrameText() throws NotesException {
  167.       Object var1 = null;
  168.       ((NotesBase)this).CheckObject();
  169.       synchronized(this){}
  170.  
  171.       try {
  172.          var5 = ((NotesBase)this).PropGetString(1578);
  173.       } catch (Throwable var4) {
  174.          throw var4;
  175.       }
  176.  
  177.       return var5;
  178.    }
  179.  
  180.    public int getLevel() throws NotesException {
  181.       int var1 = 0;
  182.       ((NotesBase)this).CheckObject();
  183.       synchronized(this){}
  184.  
  185.       try {
  186.          var1 = ((NotesBase)this).PropGetInt(1579);
  187.       } catch (Throwable var4) {
  188.          throw var4;
  189.       }
  190.  
  191.       return var1;
  192.    }
  193.  
  194.    public String getName() throws NotesException {
  195.       String var1 = "";
  196.       ((NotesBase)this).CheckObject();
  197.       synchronized(this){}
  198.  
  199.       try {
  200.          var1 = ((NotesBase)this).PropGetString(2161);
  201.       } catch (Throwable var4) {
  202.          throw var4;
  203.       }
  204.  
  205.       return var1;
  206.    }
  207.  
  208.    public String getAlias() throws NotesException {
  209.       String var1 = "";
  210.       ((NotesBase)this).CheckObject();
  211.       synchronized(this){}
  212.  
  213.       try {
  214.          var1 = ((NotesBase)this).PropGetString(2162);
  215.       } catch (Throwable var4) {
  216.          throw var4;
  217.       }
  218.  
  219.       return var1;
  220.    }
  221.  
  222.    public void setIsHidden(boolean var1) throws NotesException {
  223.       ((NotesBase)this).CheckObject();
  224.       synchronized(this){}
  225.  
  226.       try {
  227.          ((NotesBase)this).PropSetBool(1570, var1);
  228.       } catch (Throwable var4) {
  229.          throw var4;
  230.       }
  231.  
  232.    }
  233.  
  234.    public void setType(int var1) throws NotesException {
  235.       ((NotesBase)this).CheckObject();
  236.       synchronized(this){}
  237.  
  238.       try {
  239.          ((NotesBase)this).PropSetInt(1574, var1);
  240.       } catch (Throwable var4) {
  241.          throw var4;
  242.       }
  243.  
  244.    }
  245.  
  246.    public void setTitleText(String var1) throws NotesException {
  247.       ((NotesBase)this).CheckObject();
  248.       synchronized(this){}
  249.  
  250.       try {
  251.          ((NotesBase)this).PropSetString(1575, var1);
  252.       } catch (Throwable var4) {
  253.          throw var4;
  254.       }
  255.  
  256.    }
  257.  
  258.    public void setOnClickText(String var1) throws NotesException {
  259.       ((NotesBase)this).CheckObject();
  260.       synchronized(this){}
  261.  
  262.       try {
  263.          ((NotesBase)this).PropSetString(1576, var1);
  264.       } catch (Throwable var4) {
  265.          throw var4;
  266.       }
  267.  
  268.    }
  269.  
  270.    public void setImagesText(String var1) throws NotesException {
  271.       ((NotesBase)this).CheckObject();
  272.       synchronized(this){}
  273.  
  274.       try {
  275.          ((NotesBase)this).PropSetString(1577, var1);
  276.       } catch (Throwable var4) {
  277.          throw var4;
  278.       }
  279.  
  280.    }
  281.  
  282.    public void setFrameText(String var1) throws NotesException {
  283.       ((NotesBase)this).CheckObject();
  284.       synchronized(this){}
  285.  
  286.       try {
  287.          ((NotesBase)this).PropSetString(1578, var1);
  288.       } catch (Throwable var4) {
  289.          throw var4;
  290.       }
  291.  
  292.    }
  293. }
  294.