be.SIRAPRISE.client.jsba
Interface DBObjectToRecordattribute

All Superinterfaces:
DBObject
All Known Implementing Classes:
RecordAttribute

public interface DBObjectToRecordattribute
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 java.lang.String getRecordattributeAttributename()
          Gets the attributename for recordattribute
 java.lang.String getRecordattributeOrdinal()
          Gets the ordinal for recordattribute
 java.lang.String getRecordattributeRecordtypename()
          Gets the recordtypename for recordattribute
 java.lang.String getRecordattributeRelvarname()
          Gets the relvarname for recordattribute
 

Method Detail

getRecordattributeRecordtypename

java.lang.String getRecordattributeRecordtypename()
Gets the recordtypename for recordattribute

Returns:
The recordtypename for recordattribute

getRecordattributeRelvarname

java.lang.String getRecordattributeRelvarname()
Gets the relvarname for recordattribute

Returns:
The relvarname for recordattribute

getRecordattributeOrdinal

java.lang.String getRecordattributeOrdinal()
Gets the ordinal for recordattribute

Returns:
The ordinal for recordattribute

getRecordattributeAttributename

java.lang.String getRecordattributeAttributename()
Gets the attributename for recordattribute

Returns:
The attributename for recordattribute