Guvnor - REST Client 6.2.0.Final

org.guvnor.rest.client
Class ProjectRequest

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

@Portable
public class ProjectRequest
extends Entity

See Also:
Serialized Form

Constructor Summary
ProjectRequest()
           
 
Method Summary
 String getGroupId()
           
 String getVersion()
           
 void setGroupId(String groupId)
           
 void setVersion(String version)
           
 
Methods inherited from class org.guvnor.rest.client.Entity
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectRequest

public ProjectRequest()
Method Detail

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

Guvnor - REST Client 6.2.0.Final

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