com.ail.core.document.model
Class UrlData

java.lang.Object
  extended by com.ail.core.Type
      extended by com.ail.core.document.model.ItemData
          extended by com.ail.core.document.model.UrlData
All Implemented Interfaces:
Identified, java.io.Serializable, java.lang.Cloneable

public class UrlData
extends ItemData

Node of the document structure object graph.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ail.core.Type
jXPathContext, NOT_PERSISTED
 
Constructor Summary
UrlData()
           
 
Method Summary
 java.lang.String getUrl()
           
 void render(RenderContext context)
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from class com.ail.core.document.model.ItemData
compareById, getId, getOrder, getStyle, getTitle, getValue, setId, setOrder, setStyle, setTitle, setValue
 
Methods inherited from class com.ail.core.Type
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlData

public UrlData()
Method Detail

getUrl

public java.lang.String getUrl()

setUrl

public void setUrl(java.lang.String url)

render

public void render(RenderContext context)
Specified by:
render in class ItemData