Package org.opennms.core.criteria
Class Fetch
- java.lang.Object
-
- org.opennms.core.criteria.Fetch
-
public class Fetch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Fetch.FetchType
-
Constructor Summary
Constructors Constructor Description Fetch(java.lang.String attribute)
Fetch(java.lang.String attribute, Fetch.FetchType fetchType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getAttribute()
Fetch.FetchType
getFetchType()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
Fetch
public Fetch(java.lang.String attribute, Fetch.FetchType fetchType)
-
Fetch
public Fetch(java.lang.String attribute)
-
-
Method Detail
-
getAttribute
public java.lang.String getAttribute()
-
getFetchType
public Fetch.FetchType getFetchType()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-