DataTableObject class
   
   
   This class represents a single row in an Agentry data table, which consists of a key/value pair. 
      Syntax
         
         
            public class 
            DataTableObject 
            extends 
            Object
         
      
      Members
         
         All members of DataTableObject, including inherited members.
         Variables
         
               
                  
                     | Modifier and Type | 
                     Variable | 
                     Description | 
                  
               
               
                  
                     | public String  | 
                     
                        code
                      | 
                     The code/key for the row.  | 
                  
                  
                     | public String  | 
                     
                        value
                      | 
                     The value for the row.  | 
                  
               
            
 
         Constructors
         
         Methods
         
               
                  
                     | Modifier and Type | 
                     Method | 
                     Description | 
                  
               
               
                  
                     | public String  | 
                     
                        code()
                      | 
                     Deprecated. Use getKey(). Return the code/key for this row.  | 
                  
                  
                     | public boolean  | 
                     
                        equals(Object)
                      | 
                       | 
                  
                  
                     | public String  | 
                     
                        getKey()
                      | 
                     Return the code/key for this row.  | 
                  
                  
                     | public String  | 
                     
                        getValue()
                      | 
                     Return the value for this row.  | 
                  
                  
                     | public int  | 
                     
                        hashCode()
                      | 
                       | 
                  
                  
                     | public String  | 
                     
                        value()
                      | 
                     Deprecated. Use getValue(). Return the value for this row.  |