org.infoglue.cms.entities.management
Class InterceptionPointVO

java.lang.Object
  extended by org.infoglue.cms.entities.management.InterceptionPointVO
All Implemented Interfaces:
java.io.Serializable, BaseEntityVO

public class InterceptionPointVO
extends java.lang.Object
implements BaseEntityVO

See Also:
Serialized Form

Constructor Summary
InterceptionPointVO()
           
InterceptionPointVO(java.lang.String category, java.lang.String name, java.lang.String description, boolean usesExtraDataForAccessControl)
           
 
Method Summary
 java.lang.String getCategory()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.Integer getInterceptionPointId()
           
 java.lang.String getName()
           
 java.lang.Boolean getUsesExtraDataForAccessControl()
           
 void setCategory(java.lang.String category)
           
 void setDescription(java.lang.String description)
           
 void setInterceptionPointId(java.lang.Integer interceptionPointId)
           
 void setName(java.lang.String name)
           
 void setUsesExtraDataForAccessControl(java.lang.Boolean usesExtraDataForAccessControl)
           
 java.lang.String toString()
           
 ConstraintExceptionBuffer validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterceptionPointVO

public InterceptionPointVO()

InterceptionPointVO

public InterceptionPointVO(java.lang.String category,
                           java.lang.String name,
                           java.lang.String description,
                           boolean usesExtraDataForAccessControl)
Method Detail

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)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getUsesExtraDataForAccessControl

public java.lang.Boolean getUsesExtraDataForAccessControl()

setUsesExtraDataForAccessControl

public void setUsesExtraDataForAccessControl(java.lang.Boolean usesExtraDataForAccessControl)

toString

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

getId

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

validate

public ConstraintExceptionBuffer validate()
Specified by:
validate in interface BaseEntityVO
Returns:
ConstraintExceptionBuffer
See Also:
BaseEntityVO.validate()


Copyright © 2005 InfoGlue.org All Rights Reserved.