org.nuiton.topia.taas.entities
Interface TaasAuthorization

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

public interface TaasAuthorization
extends TopiaEntity


Field Summary
static java.lang.String ACTIONS
           
static java.lang.String EXPRESSION
           
 
Method Summary
 int getActions()
           
 java.lang.String getExpression()
           
 void setActions(int actions)
           
 void setExpression(java.lang.String expression)
           
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Field Detail

EXPRESSION

static final java.lang.String EXPRESSION
See Also:
Constant Field Values

ACTIONS

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

setExpression

void setExpression(java.lang.String expression)
Parameters:
expression - La valeur de l'attribut expression à positionner.

getExpression

java.lang.String getExpression()
Returns:
La valeur de l'attribut expression.

setActions

void setActions(int actions)
Parameters:
actions - La valeur de l'attribut actions à positionner.

getActions

int getActions()
Returns:
La valeur de l'attribut actions.


Copyright © 2004-2009 CodeLutin. All Rights Reserved.