Class Secret

    • Constructor Detail

      • Secret

        public Secret()
      • Secret

        public Secret​(Secret otherBean)
    • Method Detail

      • getName

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getValue

        public Password getValue()
        Gets value for attribute value
      • setValue

        public void setValue​(Password value)
        Sets value for attribute value
      • toString

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

        public static Secret toSecret​(Secret vo)
        Creates a Secret value object based on a Secret object.
      • toSecretList

        public static List<Secret> toSecretList​(Collection<Secret> source)
        Creates a Secret list on a Secret collection.
      • toSecretAsyncList

        public static AsyncList<Secret> toSecretAsyncList​(AsyncList<Secret> source)
        Creates a Secret asynclist on a Secret collection.
      • toSecretArray

        public static Secret[] toSecretArray​(Secret[] source)
        Creates a Secret array on a Secret array.
      • toSecret

        public static void toSecret​(Secret source,
                                    Secret target)
        Updates a Secret value object based on a Secret object.