Package es.caib.seycon.ng.comu
Class RolSearchCriteria
- java.lang.Object
-
- es.caib.seycon.ng.comu.RolSearchCriteria
-
- All Implemented Interfaces:
Serializable
public class RolSearchCriteria extends Object implements Serializable
ValueObject RolSearchCriteria- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RolSearchCriteria()
RolSearchCriteria(RolSearchCriteria otherBean)
RolSearchCriteria(String nom, String descripcio, String defecte, String baseDeDades, String contrasenya, String superRole, String tipusRol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseDeDades()
Gets value for attribute baseDeDadesString
getContrasenya()
Gets value for attribute contrasenyaString
getDefecte()
Gets value for attribute defecteString
getDescripcio()
Gets value for attribute descripcioInteger
getFetchSize()
Gets the fetch size.Integer
getFirstResult()
Gets the first result to retrieve.Integer
getMaximumResultSize()
Gets the maximum size of the result set.String
getNom()
Gets value for attribute nomString
getSuperRole()
Gets value for attribute superRoleString
getTipusRol()
Gets value for attribute tipusRolvoid
setBaseDeDades(String baseDeDades)
Sets value for attribute baseDeDadesvoid
setContrasenya(String contrasenya)
Sets value for attribute contrasenyavoid
setDefecte(String defecte)
Sets value for attribute defectevoid
setDescripcio(String descripcio)
Sets value for attribute descripciovoid
setFetchSize(Integer fetchSize)
Sets the fetch size.void
setFirstResult(Integer firstResult)
Sets the first result to retrieve.void
setMaximumResultSize(Integer maximumResultSize)
Sets the maximum size of the result set.void
setNom(String nom)
Sets value for attribute nomvoid
setSuperRole(String superRole)
Sets value for attribute superRolevoid
setTipusRol(String tipusRol)
Sets value for attribute tipusRolString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
RolSearchCriteria
public RolSearchCriteria()
-
RolSearchCriteria
public RolSearchCriteria(String nom, String descripcio, String defecte, String baseDeDades, String contrasenya, String superRole, String tipusRol)
-
RolSearchCriteria
public RolSearchCriteria(RolSearchCriteria otherBean)
-
-
Method Detail
-
getNom
public String getNom()
Gets value for attribute nom
-
setNom
public void setNom(String nom)
Sets value for attribute nom
-
getDescripcio
public String getDescripcio()
Gets value for attribute descripcio
-
setDescripcio
public void setDescripcio(String descripcio)
Sets value for attribute descripcio
-
getDefecte
public String getDefecte()
Gets value for attribute defecte
-
setDefecte
public void setDefecte(String defecte)
Sets value for attribute defecte
-
getBaseDeDades
public String getBaseDeDades()
Gets value for attribute baseDeDades
-
setBaseDeDades
public void setBaseDeDades(String baseDeDades)
Sets value for attribute baseDeDades
-
getContrasenya
public String getContrasenya()
Gets value for attribute contrasenya
-
setContrasenya
public void setContrasenya(String contrasenya)
Sets value for attribute contrasenya
-
getSuperRole
public String getSuperRole()
Gets value for attribute superRole
-
setSuperRole
public void setSuperRole(String superRole)
Sets value for attribute superRole
-
getTipusRol
public String getTipusRol()
Gets value for attribute tipusRol
-
setTipusRol
public void setTipusRol(String tipusRol)
Sets value for attribute tipusRol
-
getFirstResult
public Integer getFirstResult()
Gets the first result to retrieve.- Returns:
- the first result to retrieve
-
setFirstResult
public void setFirstResult(Integer firstResult)
Sets the first result to retrieve.- Parameters:
firstResult
- the first result to retrieve
-
getFetchSize
public Integer getFetchSize()
Gets the fetch size.- Returns:
- the fetch size
-
setFetchSize
public void setFetchSize(Integer fetchSize)
Sets the fetch size.- Parameters:
fetchSize
- the fetch size.
-
getMaximumResultSize
public Integer getMaximumResultSize()
Gets the maximum size of the result set.- Returns:
- the maximum size of the result set
-
setMaximumResultSize
public void setMaximumResultSize(Integer maximumResultSize)
Sets the maximum size of the result set.- Parameters:
maximumResultSize
- the maximum size of the result set.
-
-