com.guiseframework.model
Interface Activeable


public interface Activeable

An object that can be set active or inactive.

Author:
Garret Wilson

Field Summary
static java.lang.String ACTIVE_PROPERTY
          The active bound property.
 
Method Summary
 boolean isActive()
           
 void setActive(boolean newActive)
          Sets whether the object is active.
 

Field Detail

ACTIVE_PROPERTY

static final java.lang.String ACTIVE_PROPERTY
The active bound property.

Method Detail

isActive

boolean isActive()
Returns:
Whether the object is active.

setActive

void setActive(boolean newActive)
Sets whether the object is active. This is a bound property of type Boolean.

Parameters:
newActive - true if the object should be active.
See Also:
ACTIVE_PROPERTY


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.