Package com.microstrategy.web.objects
Interface TransactionAttribute
- 
public interface TransactionAttribute 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAttributegetAttributeInfo()intgetFlags(int baseFormID)java.util.List<TransactionAttributeForm>getTransactionAttributeForms() 
 - 
 
- 
- 
Method Detail
- 
getAttributeInfo
WebAttribute getAttributeInfo()
- Returns:
 - objectInfo associated with this transactionAttribute
 
 
- 
getFlags
int getFlags(int baseFormID)
- Parameters:
 baseFormID-- Returns:
 - the writenback flag an attributeForm with specified baseFormID
 
 
- 
getTransactionAttributeForms
java.util.List<TransactionAttributeForm> getTransactionAttributeForms()
 
 - 
 
 -