wt.lite
Interface InnerObjectState

All Known Implementing Classes:
AbstractCSMAttributeConstraintView, AbstractFormView, AbstractNavigationView, AbstractNodeView, AbstractQFElementValueView, AbstractQueryFormElementView, AbstractQueryTargetView, RankingDataDefaultView

public interface InnerObjectState



Supported API: false

Extendable: false


Field Summary
static int CHANGED_STATE
          

Supported API: false
static int DELETED_STATE
          

Supported API: false
static String KEY
          Label for the attribute.
static int NEW_STATE
          

Supported API: false
static String STATE
          Label for the attribute.
static int UNCHANGED_STATE
          

Supported API: false
static int UNINITIALIZED_STATE
          

Supported API: false
 
Method Summary
 int getKey()
          Gets the value of the attribute: KEY.
 int getState()
          Gets the value of the attribute: STATE.
 boolean isDirty()
          

Supported API: false
 void setKey(int a_Key)
          Sets the value of the attribute: KEY.
 void setState(int a_State)
          Sets the value of the attribute: STATE.
 

Field Detail

UNCHANGED_STATE

public static final int UNCHANGED_STATE


Supported API: false

See Also:
Constant Field Values

CHANGED_STATE

public static final int CHANGED_STATE


Supported API: false

See Also:
Constant Field Values

DELETED_STATE

public static final int DELETED_STATE


Supported API: false

See Also:
Constant Field Values

NEW_STATE

public static final int NEW_STATE


Supported API: false

See Also:
Constant Field Values

UNINITIALIZED_STATE

public static final int UNINITIALIZED_STATE


Supported API: false

See Also:
Constant Field Values

STATE

public static final String STATE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

KEY

public static final String KEY
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getState

public int getState()
Gets the value of the attribute: STATE.

Supported API: false

Returns:
int

setState

public void setState(int a_State)
              throws WTPropertyVetoException
Sets the value of the attribute: STATE.

Supported API: false

Parameters:
a_State -
Throws:
WTPropertyVetoException

getKey

public int getKey()
Gets the value of the attribute: KEY.

Supported API: false

Returns:
int

setKey

public void setKey(int a_Key)
            throws WTPropertyVetoException
Sets the value of the attribute: KEY.

Supported API: false

Parameters:
a_Key -
Throws:
WTPropertyVetoException

isDirty

public boolean isDirty()


Supported API: false

Returns:
boolean