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 StringgetAdreca()Gets value for attribute adrecaStringgetAlias()Gets value for attribute aliasStringgetCorreu()Gets value for attribute correuStringgetDhcp()Gets value for attribute dhcpIntegergetFetchSize()Gets the fetch size.IntegergetFirstResult()Gets the first result to retrieve.StringgetMac()Gets value for attribute macIntegergetMaximumResultSize()Gets the maximum size of the result set.StringgetNom()Gets value for attribute nomStringgetOfimatica()Gets value for attribute ofimaticaStringgetSistemaOperatiu()Gets value for attribute sistemaOperatiuvoidsetAdreca(String adreca)Sets value for attribute adrecavoidsetAlias(String alias)Sets value for attribute aliasvoidsetCorreu(String correu)Sets value for attribute correuvoidsetDhcp(String dhcp)Sets value for attribute dhcpvoidsetFetchSize(Integer fetchSize)Sets the fetch size.voidsetFirstResult(Integer firstResult)Sets the first result to retrieve.voidsetMac(String mac)Sets value for attribute macvoidsetMaximumResultSize(Integer maximumResultSize)Sets the maximum size of the result set.voidsetNom(String nom)Sets value for attribute nomvoidsetOfimatica(String ofimatica)Sets value for attribute ofimaticavoidsetSistemaOperatiu(String sistemaOperatiu)Sets value for attribute sistemaOperatiuStringtoString()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.
-
-