Package es.caib.seycon.ng.comu
Class ContingutTargetaExtranet
- java.lang.Object
-
- es.caib.seycon.ng.comu.ContingutTargetaExtranet
-
- All Implemented Interfaces:
Serializable
public class ContingutTargetaExtranet extends Object implements Serializable
ValueObject ContingutTargetaExtranet- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContingutTargetaExtranet()
ContingutTargetaExtranet(ContingutTargetaExtranet otherBean)
ContingutTargetaExtranet(String filcol, String valor, Calendar dadaUs, String fila, String columna)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getColumna()
Gets value for attribute columnaCalendar
getDadaUs()
Gets value for attribute dadaUsString
getFila()
Gets value for attribute filaString
getFilcol()
Gets value for attribute filcolString
getValor()
Gets value for attribute valorvoid
setColumna(String columna)
Sets value for attribute columnavoid
setDadaUs(Calendar dadaUs)
Sets value for attribute dadaUsvoid
setFila(String fila)
Sets value for attribute filavoid
setFilcol(String filcol)
Sets value for attribute filcolvoid
setValor(String valor)
Sets value for attribute valorstatic ContingutTargetaExtranet
toContingutTargetaExtranet(ExtranetCardContent vo)
Creates a ContingutTargetaExtranet value object based on a ExtranetCardContent object.static void
toContingutTargetaExtranet(ExtranetCardContent source, ContingutTargetaExtranet target)
Updates a ContingutTargetaExtranet value object based on a ExtranetCardContent object.static ContingutTargetaExtranet[]
toContingutTargetaExtranetArray(ExtranetCardContent[] source)
Creates a ContingutTargetaExtranet array on a ExtranetCardContent array.static AsyncList<ContingutTargetaExtranet>
toContingutTargetaExtranetAsyncList(AsyncList<ExtranetCardContent> source)
Creates a ContingutTargetaExtranet asynclist on a ExtranetCardContent collection.static PagedResult<ContingutTargetaExtranet>
toContingutTargetaExtranetList(PagedResult<ExtranetCardContent> source)
Creates a ContingutTargetaExtranet pagedResult on a ExtranetCardContent collection.static List<ContingutTargetaExtranet>
toContingutTargetaExtranetList(Collection<ExtranetCardContent> source)
Creates a ContingutTargetaExtranet list on a ExtranetCardContent collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
ContingutTargetaExtranet
public ContingutTargetaExtranet()
-
ContingutTargetaExtranet
public ContingutTargetaExtranet(String filcol, String valor, Calendar dadaUs, String fila, String columna)
-
ContingutTargetaExtranet
public ContingutTargetaExtranet(ContingutTargetaExtranet otherBean)
-
-
Method Detail
-
getFilcol
public String getFilcol()
Gets value for attribute filcol
-
setFilcol
public void setFilcol(String filcol)
Sets value for attribute filcol
-
getValor
public String getValor()
Gets value for attribute valor
-
setValor
public void setValor(String valor)
Sets value for attribute valor
-
getDadaUs
public Calendar getDadaUs()
Gets value for attribute dadaUs
-
setDadaUs
public void setDadaUs(Calendar dadaUs)
Sets value for attribute dadaUs
-
getFila
public String getFila()
Gets value for attribute fila
-
setFila
public void setFila(String fila)
Sets value for attribute fila
-
getColumna
public String getColumna()
Gets value for attribute columna
-
setColumna
public void setColumna(String columna)
Sets value for attribute columna
-
toString
public String toString()
Returns a string representation of the value object.
-
toContingutTargetaExtranet
public static ContingutTargetaExtranet toContingutTargetaExtranet(ExtranetCardContent vo)
Creates a ContingutTargetaExtranet value object based on a ExtranetCardContent object.
-
toContingutTargetaExtranetList
public static List<ContingutTargetaExtranet> toContingutTargetaExtranetList(Collection<ExtranetCardContent> source)
Creates a ContingutTargetaExtranet list on a ExtranetCardContent collection.
-
toContingutTargetaExtranetList
public static PagedResult<ContingutTargetaExtranet> toContingutTargetaExtranetList(PagedResult<ExtranetCardContent> source)
Creates a ContingutTargetaExtranet pagedResult on a ExtranetCardContent collection.
-
toContingutTargetaExtranetAsyncList
public static AsyncList<ContingutTargetaExtranet> toContingutTargetaExtranetAsyncList(AsyncList<ExtranetCardContent> source)
Creates a ContingutTargetaExtranet asynclist on a ExtranetCardContent collection.
-
toContingutTargetaExtranetArray
public static ContingutTargetaExtranet[] toContingutTargetaExtranetArray(ExtranetCardContent[] source)
Creates a ContingutTargetaExtranet array on a ExtranetCardContent array.
-
toContingutTargetaExtranet
public static void toContingutTargetaExtranet(ExtranetCardContent source, ContingutTargetaExtranet target)
Updates a ContingutTargetaExtranet value object based on a ExtranetCardContent object.
-
-