Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.spi.dws
Class LinkImpl

java.lang.Object
  extended by org.nuxeo.wss.spi.dws.AbstractDWSItem
      extended by org.nuxeo.wss.spi.dws.LinkImpl
All Implemented Interfaces:
DWSItem, Link

public class LinkImpl
extends AbstractDWSItem
implements Link


Field Summary
 
Fields inherited from class org.nuxeo.wss.spi.dws.AbstractDWSItem
TASK_DATE_FORMAT
 
Constructor Summary
LinkImpl(java.lang.String id, java.lang.String authorLogin, java.util.Date created, java.util.Date modified, java.lang.String fileRef, java.lang.String comments, java.lang.String url)
           
 
Method Summary
 java.lang.String getComments()
           
 java.lang.String getUrl()
           
 
Methods inherited from class org.nuxeo.wss.spi.dws.AbstractDWSItem
getAuthorLogin, getAuthorRef, getCreated, getCreatedTS, getEditorLogin, getEditorRef, getFileRef, getId, getModified, getModifiedTS, getUniqueId, updateReferences
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.wss.spi.dws.DWSItem
getAuthorLogin, getAuthorRef, getCreated, getCreatedTS, getEditorLogin, getEditorRef, getFileRef, getId, getModified, getModifiedTS, getUniqueId, updateReferences
 

Constructor Detail

LinkImpl

public LinkImpl(java.lang.String id,
                java.lang.String authorLogin,
                java.util.Date created,
                java.util.Date modified,
                java.lang.String fileRef,
                java.lang.String comments,
                java.lang.String url)
Method Detail

getComments

public java.lang.String getComments()
Specified by:
getComments in interface Link

getUrl

public java.lang.String getUrl()
Specified by:
getUrl in interface Link

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.