org.xcmis.client.gwt.model.restatom
Class AtomLink
java.lang.Object
org.xcmis.client.gwt.model.restatom.AtomLink
public class AtomLink
- extends Object
Created by The eXo Platform SAS.
- Version:
- $Id:
- Author:
- Anna Zhuleva
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomLink
public AtomLink()
getRelation
public EnumLinkRelation getRelation()
- Returns:
- the relation
setRelation
public void setRelation(EnumLinkRelation relation)
- Parameters:
relation - the relation to set
getHref
public String getHref()
- Returns:
- the href
setHref
public void setHref(String href)
- Parameters:
href - the href to set
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type - the type to set
Copyright © 2010 eXo Platform SAS. All Rights Reserved.