wt.ixb.publicforhandlers
Interface IxbSimpleAttributeHolderIfc

All Known Implementing Classes:
AbsExpImpForNonIteratedObject, ExpImpForRepresentation

public interface IxbSimpleAttributeHolderIfc


Method Summary
 String getAttributeVal(Object object, String attrTag)
           
 void setAttributeVal(Object object, String attrTag, String attrVal)
           
 

Method Detail

getAttributeVal

public String getAttributeVal(Object object,
                              String attrTag)
                       throws WTException
Throws:
WTException

setAttributeVal

public void setAttributeVal(Object object,
                            String attrTag,
                            String attrVal)
                     throws WTException,
                            WTPropertyVetoException
Throws:
WTException
WTPropertyVetoException