xbean-blueprint/src/main/java/org/apache/xbean/blueprint/context/impl/DefaultProperty.java [43:77]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.name = name;
        this.type = type;
        this.value = value;
    }

    /**
     * Gets the property name.
     * @return the property name
     */
    public String getName() {
        return name;
    }

    /**
     * Sets the property name.
     * @param name the property name
     */
    public void setName(String name) {
        this.name = name;
    }

    /**
     * Gets the property type.
     * @return the property type
     */
    public Class getType() {
        return type;
    }

    /**
     * Sets the property type.
     * @param type the property type
     */
    public void setType(Class type) {
        this.type = type;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



xbean-spring/src/main/java/org/apache/xbean/spring/context/impl/DefaultProperty.java [43:77]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.name = name;
        this.type = type;
        this.value = value;
    }

    /**
     * Gets the property name.
     * @return the property name
     */
    public String getName() {
        return name;
    }

    /**
     * Sets the property name.
     * @param name the property name
     */
    public void setName(String name) {
        this.name = name;
    }

    /**
     * Gets the property type.
     * @return the property type
     */
    public Class getType() {
        return type;
    }

    /**
     * Sets the property type.
     * @param type the property type
     */
    public void setType(Class type) {
        this.type = type;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



