Package es.caib.seycon.ng.comu
Class AbstractGrup
- java.lang.Object
-
- es.caib.seycon.ng.comu.AbstractGrup
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Grup
public abstract class AbstractGrup extends Object implements Serializable
ValueObject AbstractGrup- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractGrup()
AbstractGrup(AbstractGrup otherBean)
AbstractGrup(String codi, String descripcio)
AbstractGrup(String codi, String descripcio, String quota, String unitatOfimatica, String codiPare, String tipus, String nomServidorOfimatic, Long id, Boolean obsolet, Boolean organitzatiu, String seccioPressupostaria, Date startDate, Date endDate, Map<String,Object> attributes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAttributes()
Gets value for attribute attributesString
getCodi()
Gets value for attribute codiString
getCodiPare()
Gets value for attribute codiPareString
getDescripcio()
Gets value for attribute descripcioDate
getEndDate()
Gets value for attribute endDateLong
getId()
Gets value for attribute idString
getNomServidorOfimatic()
Gets value for attribute nomServidorOfimaticBoolean
getObsolet()
Gets value for attribute obsoletBoolean
getOrganitzatiu()
Gets value for attribute organitzatiuString
getQuota()
Gets value for attribute quotaString
getSeccioPressupostaria()
Gets value for attribute seccioPressupostariaDate
getStartDate()
Gets value for attribute startDateString
getTipus()
Gets value for attribute tipusString
getUnitatOfimatica()
Gets value for attribute unitatOfimaticavoid
setAttributes(Map<String,Object> attributes)
Sets value for attribute attributesvoid
setCodi(String codi)
Sets value for attribute codivoid
setCodiPare(String codiPare)
Sets value for attribute codiParevoid
setDescripcio(String descripcio)
Sets value for attribute descripciovoid
setEndDate(Date endDate)
Sets value for attribute endDatevoid
setId(Long id)
Sets value for attribute idvoid
setNomServidorOfimatic(String nomServidorOfimatic)
Sets value for attribute nomServidorOfimaticvoid
setObsolet(Boolean obsolet)
Sets value for attribute obsoletvoid
setOrganitzatiu(Boolean organitzatiu)
Sets value for attribute organitzatiuvoid
setQuota(String quota)
Sets value for attribute quotavoid
setSeccioPressupostaria(String seccioPressupostaria)
Sets value for attribute seccioPressupostariavoid
setStartDate(Date startDate)
Sets value for attribute startDatevoid
setTipus(String tipus)
Sets value for attribute tipusvoid
setUnitatOfimatica(String unitatOfimatica)
Sets value for attribute unitatOfimaticastatic Grup
toGrup(Group vo)
Creates a Grup value object based on a Group object.static void
toGrup(Group source, AbstractGrup target)
Updates a Grup value object based on a Group object.static Grup[]
toGrupArray(Group[] source)
Creates a Grup array on a Group array.static AsyncList<Grup>
toGrupAsyncList(AsyncList<Group> source)
Creates a Grup asynclist on a Group collection.static PagedResult<Grup>
toGrupList(PagedResult<Group> source)
Creates a Grup pagedResult on a Group collection.static List<Grup>
toGrupList(Collection<Group> source)
Creates a Grup list on a Group collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
AbstractGrup
public AbstractGrup()
-
AbstractGrup
public AbstractGrup(String codi, String descripcio, String quota, String unitatOfimatica, String codiPare, String tipus, String nomServidorOfimatic, Long id, Boolean obsolet, Boolean organitzatiu, String seccioPressupostaria, Date startDate, Date endDate, Map<String,Object> attributes)
-
AbstractGrup
public AbstractGrup(AbstractGrup otherBean)
-
-
Method Detail
-
getCodi
public String getCodi()
Gets value for attribute codi
-
setCodi
public void setCodi(String codi)
Sets value for attribute codi
-
getDescripcio
public String getDescripcio()
Gets value for attribute descripcio
-
setDescripcio
public void setDescripcio(String descripcio)
Sets value for attribute descripcio
-
getQuota
public String getQuota()
Gets value for attribute quota
-
setQuota
public void setQuota(String quota)
Sets value for attribute quota
-
getUnitatOfimatica
public String getUnitatOfimatica()
Gets value for attribute unitatOfimatica
-
setUnitatOfimatica
public void setUnitatOfimatica(String unitatOfimatica)
Sets value for attribute unitatOfimatica
-
getCodiPare
public String getCodiPare()
Gets value for attribute codiPare
-
setCodiPare
public void setCodiPare(String codiPare)
Sets value for attribute codiPare
-
getTipus
public String getTipus()
Gets value for attribute tipus
-
setTipus
public void setTipus(String tipus)
Sets value for attribute tipus
-
getNomServidorOfimatic
public String getNomServidorOfimatic()
Gets value for attribute nomServidorOfimatic
-
setNomServidorOfimatic
public void setNomServidorOfimatic(String nomServidorOfimatic)
Sets value for attribute nomServidorOfimatic
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getObsolet
public Boolean getObsolet()
Gets value for attribute obsolet
-
setObsolet
public void setObsolet(Boolean obsolet)
Sets value for attribute obsolet
-
getOrganitzatiu
public Boolean getOrganitzatiu()
Gets value for attribute organitzatiu
-
setOrganitzatiu
public void setOrganitzatiu(Boolean organitzatiu)
Sets value for attribute organitzatiu
-
getSeccioPressupostaria
public String getSeccioPressupostaria()
Gets value for attribute seccioPressupostaria
-
setSeccioPressupostaria
public void setSeccioPressupostaria(String seccioPressupostaria)
Sets value for attribute seccioPressupostaria
-
getStartDate
public Date getStartDate()
Gets value for attribute startDate
-
setStartDate
public void setStartDate(Date startDate)
Sets value for attribute startDate
-
getEndDate
public Date getEndDate()
Gets value for attribute endDate
-
setEndDate
public void setEndDate(Date endDate)
Sets value for attribute endDate
-
setAttributes
public void setAttributes(Map<String,Object> attributes)
Sets value for attribute attributes
-
toString
public String toString()
Returns a string representation of the value object.
-
toGrupList
public static List<Grup> toGrupList(Collection<Group> source)
Creates a Grup list on a Group collection.
-
toGrupList
public static PagedResult<Grup> toGrupList(PagedResult<Group> source)
Creates a Grup pagedResult on a Group collection.
-
toGrupAsyncList
public static AsyncList<Grup> toGrupAsyncList(AsyncList<Group> source)
Creates a Grup asynclist on a Group collection.
-
toGrupArray
public static Grup[] toGrupArray(Group[] source)
Creates a Grup array on a Group array.
-
toGrup
public static void toGrup(Group source, AbstractGrup target)
Updates a Grup value object based on a Group object.
-
-