Class LinkModel

java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.utility.model.LinkModel
All Implemented Interfaces:
Model

public class LinkModel extends TestModel
Created by Claudia Agache on 11/18/2016.
  • Constructor Details

  • Method Details

    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getInternal

      public boolean getInternal()
    • setInternal

      public void setInternal(boolean internal)
    • getNodeRef

      public String getNodeRef()
    • setNodeRef

      public void setNodeRef(String nodeRef)