|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FriendlyURLEntityMutator
Mutable friendly URL entities implements this interface.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface nl.gx.webmanager.services.seo.FriendlyURLEntity |
|---|
FriendlyURLEntity.ContentType |
| Field Summary |
|---|
| Fields inherited from interface nl.gx.webmanager.services.seo.FriendlyURLEntity |
|---|
PATH_SEPARATOR |
| Method Summary | |
|---|---|
void |
setActivated(boolean activated)
Sets the activated bit. |
void |
setAlternative(boolean alternative)
Sets the alternative bit for the friendly URL. |
void |
setId(int id)
Sets the id. |
void |
setLive(boolean live)
Sets the is live bit. |
void |
setReference(FriendlyURLEntity friendlyURLEntity)
Sets the friendly URL entity which is referenced by this friendly URL. |
void |
setSequenceNumber(java.lang.Integer sequenceNumber)
Sets the sequence number for the friendly URL. |
void |
setURLTitleIdentifier(java.lang.String urlTitleIdentifier)
Sets the URL title identifier. |
| Methods inherited from interface nl.gx.webmanager.services.seo.FriendlyURLEntity |
|---|
getAlternativePath, getBaseEntityIdentifier, getBaseIdentifier, getBaseURLTitleEntityIdentifier, getContentType, getEntityIdentifier, getEntryDate, getId, getQueryString, getReference, getSequenceNumber, getURLIdentifier, getURLTitle, getURLTitleEntity, getVersionId, getWebsiteId, isActivated, isAlternative, isCurrent, isLive |
| Method Detail |
|---|
void setId(int id)
id - New id.void setSequenceNumber(java.lang.Integer sequenceNumber)
sequenceNumber - The new sequence number for the friendly URL.void setAlternative(boolean alternative)
alternative - The new alternative bit for the friendly URL.void setReference(FriendlyURLEntity friendlyURLEntity)
friendlyURLEntity - The referenced friendly URL entity;void setURLTitleIdentifier(java.lang.String urlTitleIdentifier)
urlTitleIdentifier - The URL title identifier.void setLive(boolean live)
live - The new is live bit for the friendly URL.void setActivated(boolean activated)
activated - The new activated bit for the friendly URL.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||