Class Application
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<Application>
-
- com.aquima.web.rest.v1.resource.impl.Application
-
public class Application extends org.springframework.hateoas.RepresentationModel<Application>
-
-
Constructor Summary
Constructors Constructor Description Application()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getVersion()
void
setName(String name)
void
setVersion(String version)
-