org.infoglue.cms.entities.management
Class InterceptionPointVO

java.lang.Object
  |
  +--org.infoglue.cms.entities.management.InterceptionPointVO
All Implemented Interfaces:
BaseEntityVO, java.io.Serializable

public class InterceptionPointVO
extends java.lang.Object
implements BaseEntityVO

See Also:
Serialized Form

Constructor Summary
InterceptionPointVO()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterceptionPointVO

public InterceptionPointVO()
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()