Package es.caib.seycon.ng.comu
Class ContenidorRol
- java.lang.Object
-
- es.caib.seycon.ng.comu.ContenidorRol
-
- All Implemented Interfaces:
Serializable
public class ContenidorRol extends Object implements Serializable
ValueObject ContenidorRol- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContenidorRol()ContenidorRol(ContenidorRol otherBean)ContenidorRol(Long id, String infoContenidor, String tipus, String metaInfo)ContenidorRol(Long id, String infoContenidor, String tipus, Date certificationDate, String metaInfo)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCertificationDate()Gets value for attribute certificationDateLonggetId()Gets value for attribute idStringgetInfoContenidor()Gets value for attribute infoContenidorStringgetMetaInfo()Gets value for attribute metaInfoStringgetTipus()Gets value for attribute tipusvoidsetCertificationDate(Date certificationDate)Sets value for attribute certificationDatevoidsetId(Long id)Sets value for attribute idvoidsetInfoContenidor(String infoContenidor)Sets value for attribute infoContenidorvoidsetMetaInfo(String metaInfo)Sets value for attribute metaInfovoidsetTipus(String tipus)Sets value for attribute tipusstatic ContenidorRoltoContenidorRol(ContainerRole vo)Creates a ContenidorRol value object based on a ContainerRole object.static voidtoContenidorRol(ContainerRole source, ContenidorRol target)Updates a ContenidorRol value object based on a ContainerRole object.static ContenidorRol[]toContenidorRolArray(ContainerRole[] source)Creates a ContenidorRol array on a ContainerRole array.static AsyncList<ContenidorRol>toContenidorRolAsyncList(AsyncList<ContainerRole> source)Creates a ContenidorRol asynclist on a ContainerRole collection.static PagedResult<ContenidorRol>toContenidorRolList(PagedResult<ContainerRole> source)Creates a ContenidorRol pagedResult on a ContainerRole collection.static List<ContenidorRol>toContenidorRolList(Collection<ContainerRole> source)Creates a ContenidorRol list on a ContainerRole collection.StringtoString()Returns a string representation of the value object.
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getInfoContenidor
public String getInfoContenidor()
Gets value for attribute infoContenidor
-
setInfoContenidor
public void setInfoContenidor(String infoContenidor)
Sets value for attribute infoContenidor
-
getTipus
public String getTipus()
Gets value for attribute tipus
-
setTipus
public void setTipus(String tipus)
Sets value for attribute tipus
-
getCertificationDate
public Date getCertificationDate()
Gets value for attribute certificationDate
-
setCertificationDate
public void setCertificationDate(Date certificationDate)
Sets value for attribute certificationDate
-
getMetaInfo
public String getMetaInfo()
Gets value for attribute metaInfo
-
setMetaInfo
public void setMetaInfo(String metaInfo)
Sets value for attribute metaInfo
-
toString
public String toString()
Returns a string representation of the value object.
-
toContenidorRol
public static ContenidorRol toContenidorRol(ContainerRole vo)
Creates a ContenidorRol value object based on a ContainerRole object.
-
toContenidorRolList
public static List<ContenidorRol> toContenidorRolList(Collection<ContainerRole> source)
Creates a ContenidorRol list on a ContainerRole collection.
-
toContenidorRolList
public static PagedResult<ContenidorRol> toContenidorRolList(PagedResult<ContainerRole> source)
Creates a ContenidorRol pagedResult on a ContainerRole collection.
-
toContenidorRolAsyncList
public static AsyncList<ContenidorRol> toContenidorRolAsyncList(AsyncList<ContainerRole> source)
Creates a ContenidorRol asynclist on a ContainerRole collection.
-
toContenidorRolArray
public static ContenidorRol[] toContenidorRolArray(ContainerRole[] source)
Creates a ContenidorRol array on a ContainerRole array.
-
toContenidorRol
public static void toContenidorRol(ContainerRole source, ContenidorRol target)
Updates a ContenidorRol value object based on a ContainerRole object.
-
-