org.wso2.carbon.registry.social.api.people.userprofile.model
Interface Url

All Superinterfaces:
ListField

public interface Url
extends ListField


Nested Class Summary
static class Url.Field
          An enumeration of the field names used in Url objects.
 
Method Summary
 String getLinkText()
          Get the text associated with the link.
 void setLinkText(String linkText)
          Set the Link text associated with the link.
 
Methods inherited from interface org.wso2.carbon.registry.social.api.people.userprofile.model.ListField
getPrimary, getType, getValue, setPrimary, setType, setValue
 

Method Detail

getLinkText

String getLinkText()
Get the text associated with the link.

Returns:
the link text

setLinkText

void setLinkText(String linkText)
Set the Link text associated with the link.

Parameters:
linkText - the link text


Copyright © 2012 WSO2 Inc. All Rights Reserved.