Class SnapshotCriteria
- java.lang.Object
-
- cern.nxcals.api.backport.domain.core.snapshot.SnapshotCriteria
-
- All Implemented Interfaces:
java.io.Serializable
public class SnapshotCriteria extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SnapshotCriteria.SnapshotCriteriaBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTime
getCreatedAfter()
org.joda.time.DateTime
getCreatedBefore()
java.lang.String
getDescription()
java.lang.String
getName()
java.lang.String
getOwner()
boolean
isVisible()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getDescription
public java.lang.String getDescription()
-
getOwner
public java.lang.String getOwner()
-
getCreatedBefore
public org.joda.time.DateTime getCreatedBefore()
-
getCreatedAfter
public org.joda.time.DateTime getCreatedAfter()
-
isVisible
public boolean isVisible()
-
-