org.infoglue.cms.entities.management
Class RedirectVO
java.lang.Object
org.infoglue.cms.entities.management.RedirectVO
- All Implemented Interfaces:
- java.io.Serializable, BaseEntityVO
public class RedirectVO
- extends java.lang.Object
- implements BaseEntityVO
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RedirectVO
public RedirectVO()
getId
public java.lang.Integer getId()
- Specified by:
getId in interface BaseEntityVO
- See Also:
BaseEntityVO.getId()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getRedirectId
public java.lang.Integer getRedirectId()
setRedirectId
public void setRedirectId(java.lang.Integer redirectId)
getRedirectUrl
public java.lang.String getRedirectUrl()
setRedirectUrl
public void setRedirectUrl(java.lang.String redirectUrl)
getUrl
public java.lang.String getUrl()
setUrl
public void setUrl(java.lang.String url)
validate
public ConstraintExceptionBuffer validate()
- Specified by:
validate in interface BaseEntityVO
- Returns:
- ConstraintExceptionBuffer
- See Also:
BaseEntityVO.validate()
Copyright © 2005 InfoGlue.org All Rights Reserved.