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
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 int getActions()
          getActions :
 String getExpression()
          getExpression :
 void setActions(int actions)
          setActions :
 void setExpression(String expression)
          setExpression :
 
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 String EXPRESSION
See Also:
Constant Field Values

ACTIONS

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

setExpression

void setExpression(String expression)
setExpression :

Parameters:
expression - La valeur de l'attribut expression à positionner.

getExpression

String getExpression()
getExpression :

Returns:
String

setActions

void setActions(int actions)
setActions :

Parameters:
actions - La valeur de l'attribut actions à positionner.

getActions

int getActions()
getActions :

Returns:
int


Copyright © 2004-2010 CodeLutin. All Rights Reserved.