org.infoglue.cms.entities.management
Interface InterceptionPoint

All Superinterfaces:
IBaseEntity
All Known Implementing Classes:
InterceptionPointImpl

public interface InterceptionPoint
extends IBaseEntity


Method Summary
 java.lang.String getCategory()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.Integer getInterceptionPointId()
           
 java.util.Collection getInterceptors()
           
 java.lang.String getName()
           
 java.lang.Boolean getUsesExtraDataForAccessControl()
           
 InterceptionPointVO getValueObject()
           
 void setCategory(java.lang.String category)
           
 void setDescription(java.lang.String description)
           
 void setInterceptionPointId(java.lang.Integer interceptionPointId)
           
 void setInterceptors(java.util.Collection interceptors)
           
 void setName(java.lang.String name)
           
 void setUsesExtraDataForAccessControl(java.lang.Boolean usesExtraDataForAccessControl)
           
 void setValueObject(InterceptionPointVO valueObject)
           
 
Methods inherited from interface org.infoglue.cms.entities.kernel.IBaseEntity
getIdAsObject, getVO, setVO
 

Method Detail

getId

public java.lang.Integer getId()
Specified by:
getId in interface IBaseEntity

getValueObject

public InterceptionPointVO getValueObject()

setValueObject

public void setValueObject(InterceptionPointVO valueObject)

getInterceptionPointId

public java.lang.Integer getInterceptionPointId()

setInterceptionPointId

public void setInterceptionPointId(java.lang.Integer interceptionPointId)

getCategory

public java.lang.String getCategory()

setCategory

public void setCategory(java.lang.String category)
                 throws ConstraintException
ConstraintException

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)
             throws ConstraintException
ConstraintException

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)
                    throws ConstraintException
ConstraintException

getUsesExtraDataForAccessControl

public java.lang.Boolean getUsesExtraDataForAccessControl()

setUsesExtraDataForAccessControl

public void setUsesExtraDataForAccessControl(java.lang.Boolean usesExtraDataForAccessControl)
                                      throws ConstraintException
ConstraintException

getInterceptors

public java.util.Collection getInterceptors()

setInterceptors

public void setInterceptors(java.util.Collection interceptors)