org.infoglue.cms.entities.management.impl.simple
Class InterceptionPointImpl

java.lang.Object
  extended by org.infoglue.cms.entities.management.impl.simple.InterceptionPointImpl
All Implemented Interfaces:
IBaseEntity, InterceptionPoint

public class InterceptionPointImpl
extends java.lang.Object
implements InterceptionPoint


Constructor Summary
InterceptionPointImpl()
           
 
Method Summary
 java.lang.String getCategory()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.lang.Integer getInterceptionPointId()
           
 java.util.Collection getInterceptors()
           
 java.lang.String getName()
           
 java.lang.Boolean getUsesExtraDataForAccessControl()
           
 InterceptionPointVO getValueObject()
           
 BaseEntityVO getVO()
           
 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)
           
 void setVO(BaseEntityVO valueObject)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterceptionPointImpl

public InterceptionPointImpl()
Method Detail

getInterceptionPointId

public java.lang.Integer getInterceptionPointId()
Specified by:
getInterceptionPointId in interface InterceptionPoint

getIdAsObject

public java.lang.Object getIdAsObject()
Specified by:
getIdAsObject in interface IBaseEntity

setInterceptionPointId

public void setInterceptionPointId(java.lang.Integer interceptionPointId)
Specified by:
setInterceptionPointId in interface InterceptionPoint

getName

public java.lang.String getName()
Specified by:
getName in interface InterceptionPoint

setName

public void setName(java.lang.String name)
             throws ConstraintException
Specified by:
setName in interface InterceptionPoint
Throws:
ConstraintException

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface InterceptionPoint

setDescription

public void setDescription(java.lang.String description)
                    throws ConstraintException
Specified by:
setDescription in interface InterceptionPoint
Throws:
ConstraintException

getCategory

public java.lang.String getCategory()
Specified by:
getCategory in interface InterceptionPoint

setCategory

public void setCategory(java.lang.String category)
                 throws ConstraintException
Specified by:
setCategory in interface InterceptionPoint
Throws:
ConstraintException

getUsesExtraDataForAccessControl

public java.lang.Boolean getUsesExtraDataForAccessControl()
Specified by:
getUsesExtraDataForAccessControl in interface InterceptionPoint

setUsesExtraDataForAccessControl

public void setUsesExtraDataForAccessControl(java.lang.Boolean usesExtraDataForAccessControl)
                                      throws ConstraintException
Specified by:
setUsesExtraDataForAccessControl in interface InterceptionPoint
Throws:
ConstraintException

getInterceptors

public java.util.Collection getInterceptors()
Specified by:
getInterceptors in interface InterceptionPoint

setInterceptors

public void setInterceptors(java.util.Collection interceptors)
Specified by:
setInterceptors in interface InterceptionPoint

getId

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValueObject

public InterceptionPointVO getValueObject()
Specified by:
getValueObject in interface InterceptionPoint

setValueObject

public void setValueObject(InterceptionPointVO valueObject)
Specified by:
setValueObject in interface InterceptionPoint

getVO

public BaseEntityVO getVO()
Specified by:
getVO in interface IBaseEntity

setVO

public void setVO(BaseEntityVO valueObject)
Specified by:
setVO in interface IBaseEntity


Copyright © 2005 InfoGlue.org All Rights Reserved.