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 classSnapshotCriteria.SnapshotCriteriaBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTimegetCreatedAfter()org.joda.time.DateTimegetCreatedBefore()java.lang.StringgetDescription()java.lang.StringgetName()java.lang.StringgetOwner()booleanisVisible()
-
-
-
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()
-
-