org.infoglue.cms.entities.management
Interface Redirect
- All Superinterfaces:
- IBaseEntity
- All Known Implementing Classes:
- RedirectImpl
public interface Redirect
- extends IBaseEntity
getId
java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity
getValueObject
RedirectVO getValueObject()
setValueObject
void setValueObject(RedirectVO valueObject)
getRedirectId
java.lang.Integer getRedirectId()
setRedirectId
void setRedirectId(java.lang.Integer redirectId)
throws SystemException
- Throws:
SystemException
getUrl
java.lang.String getUrl()
setUrl
void setUrl(java.lang.String url)
throws ConstraintException
- Throws:
ConstraintException
getRedirectUrl
java.lang.String getRedirectUrl()
setRedirectUrl
void setRedirectUrl(java.lang.String redirectUrl)
throws ConstraintException
- Throws:
ConstraintException
Copyright © 2005 InfoGlue.org All Rights Reserved.