org.infoglue.cms.entities.management.impl.simple
Class InterceptorImpl
java.lang.Object
org.infoglue.cms.entities.management.impl.simple.InterceptorImpl
- All Implemented Interfaces:
- IBaseEntity, Interceptor
public class InterceptorImpl
- extends java.lang.Object
- implements Interceptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InterceptorImpl
public InterceptorImpl()
getInterceptorId
public java.lang.Integer getInterceptorId()
- Specified by:
getInterceptorId in interface Interceptor
getIdAsObject
public java.lang.Object getIdAsObject()
- Specified by:
getIdAsObject in interface IBaseEntity
setInterceptorId
public void setInterceptorId(java.lang.Integer interceptorId)
- Specified by:
setInterceptorId in interface Interceptor
getName
public java.lang.String getName()
- Specified by:
getName in interface Interceptor
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface Interceptor
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface Interceptor
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription in interface Interceptor
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName in interface Interceptor
setClassName
public void setClassName(java.lang.String className)
- Specified by:
setClassName in interface Interceptor
getInterceptionPoints
public java.util.Collection getInterceptionPoints()
- Specified by:
getInterceptionPoints in interface Interceptor
setInterceptionPoints
public void setInterceptionPoints(java.util.Collection interceptionPoints)
- Specified by:
setInterceptionPoints in interface Interceptor
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity- Specified by:
getId in interface Interceptor
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getValueObject
public InterceptorVO getValueObject()
- Specified by:
getValueObject in interface Interceptor
setValueObject
public void setValueObject(InterceptorVO valueObject)
- Specified by:
setValueObject in interface Interceptor
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.