Package alpine.model
Class About
- java.lang.Object
-
- alpine.model.About
-
- All Implemented Interfaces:
Serializable
@Singleton public class About extends Object implements Serializable
A value object describing the name of the application, version, and the timestamp when it was built. This class can be used as-is, or extended. TheVersionResourceuses this class in it's JSON response.- Since:
- 1.0.0
- Author:
- Steve Springett
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbout.Framework
-
Constructor Summary
Constructors Constructor Description About()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplication()About.FrameworkgetFramework()StringgetSystemUuid()StringgetTimestamp()StringgetUuid()StringgetVersion()
-