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

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

public class AtomCollectionType
extends Object

Created by The eXo Platform SAS.

Version:
$Id:
Author:
Anna Zhuleva

Constructor Summary
AtomCollectionType()
           
 
Method Summary
 List<AtomAcceptType> getAccepts()
           
 String getHref()
           
 String getTittle()
           
 void setHref(String href)
           
 void setTittle(String tittle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomCollectionType

public AtomCollectionType()
Method Detail

getHref

public String getHref()
Returns:
the href

setHref

public void setHref(String href)
Parameters:
href - the href to set

getTittle

public String getTittle()
Returns:
the tittle

setTittle

public void setTittle(String tittle)
Parameters:
tittle - the tittle to set

getAccepts

public List<AtomAcceptType> getAccepts()
Returns:
the accepts


Copyright © 2010 eXo Platform SAS. All Rights Reserved.