Class HibernateParam
java.lang.Object
edu.internet2.middleware.grouper.hibernate.HibernateParam
param for a query
-
Constructor Summary
ConstructorsConstructorDescriptionno arg constructorHibernateParam
(String name, Object value, Class type) constructor with fields -
Method Summary
-
Constructor Details
-
HibernateParam
public HibernateParam()no arg constructor -
HibernateParam
constructor with fields- Parameters:
name
- namevalue
- valuetype
- type
-
-
Method Details
-
getName
name or param- Returns:
- the name
-
setName
name or param- Parameters:
name1
- the name to set
-
getValue
value of param- Returns:
- the value
-
setValue
value of param- Parameters:
value1
- the value to set
-
getType
type of param- Returns:
- the type
-
toString
to string -
setType
type of param- Parameters:
type1
- the type to set
-