wt.lite
Interface Liteable

All Known Implementing Classes:
AbstractLiteObject

public interface Liteable



Supported API: false

Extendable: false


Field Summary
static String UPDATE_COUNT
          Label for the attribute.
 
Method Summary
 int getUpdateCount()
          Gets the value of the attribute: UPDATE_COUNT.
 void setUpdateCount(int a_UpdateCount)
          Sets the value of the attribute: UPDATE_COUNT.
 

Field Detail

UPDATE_COUNT

public static final String UPDATE_COUNT
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getUpdateCount

public int getUpdateCount()
Gets the value of the attribute: UPDATE_COUNT.

Supported API: false

Returns:
int

setUpdateCount

public void setUpdateCount(int a_UpdateCount)
                    throws WTPropertyVetoException
Sets the value of the attribute: UPDATE_COUNT.

Supported API: false

Parameters:
a_UpdateCount -
Throws:
WTPropertyVetoException