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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InterceptionPointVO
public InterceptionPointVO()
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()