org.xcmis.client.gwt.model.restatom
Class AtomLink

java.lang.Object
  extended by org.xcmis.client.gwt.model.restatom.AtomLink

public class AtomLink
extends Object

Created by The eXo Platform SAS.

Version:
$Id:
Author:
Anna Zhuleva

Constructor Summary
AtomLink()
           
 
Method Summary
 String getHref()
           
 EnumLinkRelation getRelation()
           
 String getType()
           
 void setHref(String href)
           
 void setRelation(EnumLinkRelation relation)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomLink

public AtomLink()
Method Detail

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.