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// privateprivate String gbe_machtype;public Platform(){}public void setGbe_Machtype(String machtype){gbe_machtype = machtype;}public String getGbe_Machtype(){return gbe_machtype;}}