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

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

public class TypeEntry
extends Object

Version:
$Id: $
Author:
Ann Zhuleva

Constructor Summary
TypeEntry()
           
 
Method Summary
 List<TypeEntry> getChildren()
           
 String getHref(EnumLinkRelation relation)
           
 String getHref(EnumLinkRelation relation, String type)
           
 List<AtomLink> getLinks()
           
 TypeDefinition getTypeCmisTypeDefinition()
           
 void setChildren(List<TypeEntry> children)
           
 void setLinks(List<AtomLink> links)
           
 void setTypeCmisTypeDefinition(TypeDefinition typeCmisTypeDefinition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeEntry

public TypeEntry()
Method Detail

getTypeCmisTypeDefinition

public TypeDefinition getTypeCmisTypeDefinition()
Returns:
CmisTypeDefinitionType

setTypeCmisTypeDefinition

public void setTypeCmisTypeDefinition(TypeDefinition typeCmisTypeDefinition)
Parameters:
typeCmisTypeDefinition - typeCmisTypeDefinition

getLinks

public List<AtomLink> getLinks()
Returns:
List containing AtomLink

setLinks

public void setLinks(List<AtomLink> links)
Parameters:
links - links

getChildren

public List<TypeEntry> getChildren()
Returns:
List containing TypeEntry

setChildren

public void setChildren(List<TypeEntry> children)
Parameters:
children - children

getHref

public String getHref(EnumLinkRelation relation)
Parameters:
relation - relation
Returns:
String

getHref

public String getHref(EnumLinkRelation relation,
                      String type)
Parameters:
relation - relation
type - type
Returns:
String


Copyright © 2010 eXo Platform SAS. All Rights Reserved.