Class Project
java.lang.Object
org.springframework.hateoas.RepresentationModel<Project>
com.aquima.web.rest.v1.resource.impl.Project
Project REST API resource.
- Since:
- 9.6
- Author:
- m.van.tilburg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
int
hashCode()
void
void
setProjectId
(String id) void
setVersion
(String version) Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Constructor Details
-
Project
public Project() -
Project
-
-
Method Details