Kie Workbench - Common - Services API 6.0.0.CR1

org.kie.workbench.common.services.shared.rest
Class Entity

java.lang.Object
  extended by org.kie.workbench.common.services.shared.rest.Entity
Direct Known Subclasses:
Group, Repository

@Portable
public class Entity
extends Object


Constructor Summary
Entity()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 void setDescription(String description)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entity

public Entity()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

Kie Workbench - Common - Services API 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.