Class ExtranetCard

    • Method Detail

      • getId

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

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

        public String getUserCode()
        Gets value for attribute userCode
      • setUserCode

        public void setUserCode​(String userCode)
        Sets value for attribute userCode
      • getCode

        public String getCode()
        Gets value for attribute code
      • setCode

        public void setCode​(String code)
        Sets value for attribute code
      • getOutputDate

        public Calendar getOutputDate()
        Gets value for attribute outputDate
      • setOutputDate

        public void setOutputDate​(Calendar outputDate)
        Sets value for attribute outputDate
      • getExpirationDate

        public Calendar getExpirationDate()
        Gets value for attribute expirationDate
      • setExpirationDate

        public void setExpirationDate​(Calendar expirationDate)
        Sets value for attribute expirationDate
      • getActive

        public String getActive()
        Gets value for attribute active
      • setActive

        public void setActive​(String active)
        Sets value for attribute active
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toExtranetCard

        public static ExtranetCard toExtranetCard​(TargetaExtranet vo)
        Creates a ExtranetCard value object based on a TargetaExtranet object.
      • toExtranetCardArray

        public static ExtranetCard[] toExtranetCardArray​(TargetaExtranet[] source)
        Creates a ExtranetCard array on a TargetaExtranet array.
      • toExtranetCard

        public static void toExtranetCard​(TargetaExtranet source,
                                          ExtranetCard target)
        Updates a ExtranetCard value object based on a TargetaExtranet object.