org.nuiton.topia.security.entities.authorization
Interface TopiaExpressionLink

All Superinterfaces:
NoSecurityLoad, Serializable, TopiaEntity
All Known Implementing Classes:
TopiaExpressionLinkAbstract, TopiaExpressionLinkImpl

public interface TopiaExpressionLink
extends NoSecurityLoad, TopiaEntity


Field Summary
static String BY
           
static String REPLACE
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 String getBy()
           
 String getReplace()
           
 void set(String replace, String by)
           
 void setBy(String by)
           
 void setReplace(String replace)
           
 
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

REPLACE

static final String REPLACE
See Also:
Constant Field Values

BY

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

setReplace

void setReplace(String replace)

getReplace

String getReplace()

setBy

void setBy(String by)

getBy

String getBy()

set

void set(String replace,
         String by)


Copyright © 2004-2011 CodeLutin. All Rights Reserved.