Package es.caib.seycon.ng.comu
Class XarxaSearchCriteria
- java.lang.Object
-
- es.caib.seycon.ng.comu.XarxaSearchCriteria
-
- All Implemented Interfaces:
Serializable
public class XarxaSearchCriteria extends Object implements Serializable
ValueObject XarxaSearchCriteria- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XarxaSearchCriteria()XarxaSearchCriteria(XarxaSearchCriteria otherBean)XarxaSearchCriteria(String codi, String adreca, String descripcio, String mascara, String normalitzada, String dhcp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdreca()Gets value for attribute adrecaStringgetCodi()Gets value for attribute codiStringgetDescripcio()Gets value for attribute descripcioStringgetDhcp()Gets value for attribute dhcpIntegergetFetchSize()Gets the fetch size.IntegergetFirstResult()Gets the first result to retrieve.StringgetMascara()Gets value for attribute mascaraIntegergetMaximumResultSize()Gets the maximum size of the result set.StringgetNormalitzada()Gets value for attribute normalitzadavoidsetAdreca(String adreca)Sets value for attribute adrecavoidsetCodi(String codi)Sets value for attribute codivoidsetDescripcio(String descripcio)Sets value for attribute descripciovoidsetDhcp(String dhcp)Sets value for attribute dhcpvoidsetFetchSize(Integer fetchSize)Sets the fetch size.voidsetFirstResult(Integer firstResult)Sets the first result to retrieve.voidsetMascara(String mascara)Sets value for attribute mascaravoidsetMaximumResultSize(Integer maximumResultSize)Sets the maximum size of the result set.voidsetNormalitzada(String normalitzada)Sets value for attribute normalitzadaStringtoString()Returns a string representation of the value object.
-
-
-
Method Detail
-
getCodi
public String getCodi()
Gets value for attribute codi
-
setCodi
public void setCodi(String codi)
Sets value for attribute codi
-
getAdreca
public String getAdreca()
Gets value for attribute adreca
-
setAdreca
public void setAdreca(String adreca)
Sets value for attribute adreca
-
getDescripcio
public String getDescripcio()
Gets value for attribute descripcio
-
setDescripcio
public void setDescripcio(String descripcio)
Sets value for attribute descripcio
-
getMascara
public String getMascara()
Gets value for attribute mascara
-
setMascara
public void setMascara(String mascara)
Sets value for attribute mascara
-
getNormalitzada
public String getNormalitzada()
Gets value for attribute normalitzada
-
setNormalitzada
public void setNormalitzada(String normalitzada)
Sets value for attribute normalitzada
-
getDhcp
public String getDhcp()
Gets value for attribute dhcp
-
setDhcp
public void setDhcp(String dhcp)
Sets value for attribute dhcp
-
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.
-
-