You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/26 14:33:10 UTC

[Jakarta-hivemind Wiki] Update of "HibernateProperty" by Marcus Schulte

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-hivemind Wiki" for change notification.

The following page has been changed by Marcus Schulte:
http://wiki.apache.org/jakarta-hivemind/HibernateProperty

New page:
{{{
/*
 * Erstellt am 21.07.2005 von schultma
 * copyright, 2005 BMW (Schweiz) AG
 * 
 * $Id: HibernateProperty.java,v 1.1 2005/07/21 17:08:46 EMEADECENTRAL#schultma Exp $
 */
package scm.hivemind.hibernate;


 
public class HibernateProperty {
    private String name;
    private String value;
    
    
    public String getName() {
        return name;
    }
    public String getValue() {
        return value;
    }
    public void setName( String name ) {
        this.name = name;
    }
    public void setValue( String value ) {
        this.value = value;
    }
}

}}}

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org