org.xcmis.client.gwt.model.repository
Class CmisCollection

java.lang.Object
  extended by org.xcmis.client.gwt.model.repository.CmisCollection

public class CmisCollection
extends Object

Created by The eXo Platform SAS.

Version:
$Id:
Author:
Anna Zhuleva

Constructor Summary
CmisCollection()
           
 
Method Summary
 String getHref()
           
 String getTitle()
           
 EnumCollectionType getType()
           
 void setHref(String href)
           
 void setTitle(String title)
           
 void setType(EnumCollectionType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmisCollection

public CmisCollection()
Method Detail

getType

public EnumCollectionType getType()
Returns:
the type

setType

public void setType(EnumCollectionType type)
Parameters:
type - the type to set

getTitle

public String getTitle()
Returns:
the title

setTitle

public void setTitle(String title)
Parameters:
title - the title to set

getHref

public String getHref()
Returns:
the href

setHref

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.