Subversion Repositories DevTools

Rev

Rev 866 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package com.erggroup.buildtool.abt;

public class Platform
{
    // static fields
    // public
    // protected
    // private
    
    // fields
    // public
    // protected
    // private
    private String gbe_machtype;
    public Platform()
    {
    }
    
    public void setGbe_Machtype(String machtype)
    {
        gbe_machtype = machtype;
    }
    public String getGbe_Machtype()
    {
        return gbe_machtype; 
    }
}