Class OsType

    • Constructor Detail

      • OsType

        public OsType()
      • OsType

        public OsType​(String name)
      • OsType

        public OsType​(OsType otherBean)
    • Method Detail

      • getId

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

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

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

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

        public String getDescription()
        Gets value for attribute description
      • setDescription

        public void setDescription​(String description)
        Sets value for attribute description
      • toString

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

        public static OsType toOsType​(OsType vo)
        Creates a OsType value object based on a OsType object.
      • toOsTypeList

        public static List<OsType> toOsTypeList​(Collection<OsType> source)
        Creates a OsType list on a OsType collection.
      • toOsTypeAsyncList

        public static AsyncList<OsType> toOsTypeAsyncList​(AsyncList<OsType> source)
        Creates a OsType asynclist on a OsType collection.
      • toOsTypeArray

        public static OsType[] toOsTypeArray​(OsType[] source)
        Creates a OsType array on a OsType array.
      • toOsType

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