org.nuiton.topia.taas.entities
Interface TaasAuthorization

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
TaasAuthorizationAbstract, TaasAuthorizationImpl

public interface TaasAuthorization
extends TopiaEntity


Field Summary
static String ACTIONS
           
static String EXPRESSION
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 int getActions()
           
 String getExpression()
           
 void setActions(int actions)
           
 void setExpression(String expression)
           
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

EXPRESSION

static final String EXPRESSION
See Also:
Constant Field Values

ACTIONS

static final String ACTIONS
See Also:
Constant Field Values
Method Detail

setExpression

void setExpression(String expression)

getExpression

String getExpression()

setActions

void setActions(int actions)

getActions

int getActions()


Copyright © 2004-2011 CodeLutin. All Rights Reserved.