org.xcmis.client.gwt.model.repository
Class CmisCollection
java.lang.Object
org.xcmis.client.gwt.model.repository.CmisCollection
public class CmisCollection
- 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 |
CmisCollection
public CmisCollection()
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.