Class ContainerRole

    • Constructor Detail

      • ContainerRole

        public ContainerRole()
      • ContainerRole

        public ContainerRole​(Long id,
                             String containerInfo,
                             String type,
                             Date certificationDate,
                             String metaInfo)
      • ContainerRole

        public ContainerRole​(ContainerRole otherBean)
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getContainerInfo

        public String getContainerInfo()
        Gets value for attribute containerInfo
      • setContainerInfo

        public void setContainerInfo​(String containerInfo)
        Sets value for attribute containerInfo
      • getType

        public String getType()
        Gets value for attribute type
      • setType

        public void setType​(String type)
        Sets value for attribute type
      • 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.
        Overrides:
        toString in class Object
      • toContainerRole

        public static ContainerRole toContainerRole​(ContenidorRol vo)
        Creates a ContainerRole value object based on a ContenidorRol object.
      • toContainerRoleArray

        public static ContainerRole[] toContainerRoleArray​(ContenidorRol[] source)
        Creates a ContainerRole array on a ContenidorRol array.
      • toContainerRole

        public static void toContainerRole​(ContenidorRol source,
                                           ContainerRole target)
        Updates a ContainerRole value object based on a ContenidorRol object.