home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / naming / spi / DirStateFactory$Result.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  563 b   |  22 lines

  1. package javax.naming.spi;
  2.  
  3. import javax.naming.directory.Attributes;
  4.  
  5. public class DirStateFactory$Result {
  6.    private Object obj;
  7.    private Attributes attrs;
  8.  
  9.    public DirStateFactory$Result(Object var1, Attributes var2) {
  10.       this.obj = var1;
  11.       this.attrs = var2;
  12.    }
  13.  
  14.    public Object getObject() {
  15.       return this.obj;
  16.    }
  17.  
  18.    public Attributes getAttributes() {
  19.       return this.attrs;
  20.    }
  21. }
  22.