Guvnor - REST Client 6.2.0.Final

org.guvnor.rest.client
Class Entity

java.lang.Object
  extended by org.guvnor.rest.client.Entity
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProjectRequest, RepositoryRequest, RepositoryResponse, UpdateOrganizationalUnit

@Portable
public class Entity
extends Object
implements Serializable

See Also:
Serialized Form

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)

Guvnor - REST Client 6.2.0.Final

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