org.infoglue.cms.entities.management
Interface InterceptionPoint
- All Superinterfaces:
- IBaseEntity
- All Known Implementing Classes:
- InterceptionPointImpl
public interface InterceptionPoint
- extends IBaseEntity
getId
java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity
getValueObject
InterceptionPointVO getValueObject()
setValueObject
void setValueObject(InterceptionPointVO valueObject)
getInterceptionPointId
java.lang.Integer getInterceptionPointId()
setInterceptionPointId
void setInterceptionPointId(java.lang.Integer interceptionPointId)
getCategory
java.lang.String getCategory()
setCategory
void setCategory(java.lang.String category)
throws ConstraintException
- Throws:
ConstraintException
getName
java.lang.String getName()
setName
void setName(java.lang.String name)
throws ConstraintException
- Throws:
ConstraintException
getDescription
java.lang.String getDescription()
setDescription
void setDescription(java.lang.String description)
throws ConstraintException
- Throws:
ConstraintException
getUsesExtraDataForAccessControl
java.lang.Boolean getUsesExtraDataForAccessControl()
setUsesExtraDataForAccessControl
void setUsesExtraDataForAccessControl(java.lang.Boolean usesExtraDataForAccessControl)
throws ConstraintException
- Throws:
ConstraintException
getInterceptors
java.util.Collection getInterceptors()
setInterceptors
void setInterceptors(java.util.Collection interceptors)
Copyright © 2005 InfoGlue.org All Rights Reserved.