Package es.caib.seycon.ng.comu
Class MaquinaSearchCriteria
- java.lang.Object
-
- es.caib.seycon.ng.comu.MaquinaSearchCriteria
-
- All Implemented Interfaces:
Serializable
public class MaquinaSearchCriteria extends Object implements Serializable
ValueObject MaquinaSearchCriteria- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaquinaSearchCriteria()
MaquinaSearchCriteria(MaquinaSearchCriteria otherBean)
MaquinaSearchCriteria(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAdreca()
Gets value for attribute adrecaString
getAlias()
Gets value for attribute aliasString
getCorreu()
Gets value for attribute correuString
getDhcp()
Gets value for attribute dhcpInteger
getFetchSize()
Gets the fetch size.Integer
getFirstResult()
Gets the first result to retrieve.String
getMac()
Gets value for attribute macInteger
getMaximumResultSize()
Gets the maximum size of the result set.String
getNom()
Gets value for attribute nomString
getOfimatica()
Gets value for attribute ofimaticaString
getSistemaOperatiu()
Gets value for attribute sistemaOperatiuvoid
setAdreca(String adreca)
Sets value for attribute adrecavoid
setAlias(String alias)
Sets value for attribute aliasvoid
setCorreu(String correu)
Sets value for attribute correuvoid
setDhcp(String dhcp)
Sets value for attribute dhcpvoid
setFetchSize(Integer fetchSize)
Sets the fetch size.void
setFirstResult(Integer firstResult)
Sets the first result to retrieve.void
setMac(String mac)
Sets value for attribute macvoid
setMaximumResultSize(Integer maximumResultSize)
Sets the maximum size of the result set.void
setNom(String nom)
Sets value for attribute nomvoid
setOfimatica(String ofimatica)
Sets value for attribute ofimaticavoid
setSistemaOperatiu(String sistemaOperatiu)
Sets value for attribute sistemaOperatiuString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
MaquinaSearchCriteria
public MaquinaSearchCriteria()
-
MaquinaSearchCriteria
public MaquinaSearchCriteria(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac)
-
MaquinaSearchCriteria
public MaquinaSearchCriteria(MaquinaSearchCriteria otherBean)
-
-
Method Detail
-
getNom
public String getNom()
Gets value for attribute nom
-
setNom
public void setNom(String nom)
Sets value for attribute nom
-
getSistemaOperatiu
public String getSistemaOperatiu()
Gets value for attribute sistemaOperatiu
-
setSistemaOperatiu
public void setSistemaOperatiu(String sistemaOperatiu)
Sets value for attribute sistemaOperatiu
-
getAdreca
public String getAdreca()
Gets value for attribute adreca
-
setAdreca
public void setAdreca(String adreca)
Sets value for attribute adreca
-
getDhcp
public String getDhcp()
Gets value for attribute dhcp
-
setDhcp
public void setDhcp(String dhcp)
Sets value for attribute dhcp
-
getCorreu
public String getCorreu()
Gets value for attribute correu
-
setCorreu
public void setCorreu(String correu)
Sets value for attribute correu
-
getOfimatica
public String getOfimatica()
Gets value for attribute ofimatica
-
setOfimatica
public void setOfimatica(String ofimatica)
Sets value for attribute ofimatica
-
getAlias
public String getAlias()
Gets value for attribute alias
-
setAlias
public void setAlias(String alias)
Sets value for attribute alias
-
getMac
public String getMac()
Gets value for attribute mac
-
setMac
public void setMac(String mac)
Sets value for attribute mac
-
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.
-
-