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

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

public class InterceptorImpl
extends java.lang.Object
implements Interceptor


Constructor Summary
InterceptorImpl()
           
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.util.Collection getInterceptionPoints()
           
 java.lang.Integer getInterceptorId()
           
 java.lang.String getName()
           
 InterceptorVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setClassName(java.lang.String className)
           
 void setDescription(java.lang.String description)
           
 void setInterceptionPoints(java.util.Collection interceptionPoints)
           
 void setInterceptorId(java.lang.Integer interceptorId)
           
 void setName(java.lang.String name)
           
 void setValueObject(InterceptorVO 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

InterceptorImpl

public InterceptorImpl()
Method Detail

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.