package at.igs.anm.fields; /* * XmlProject class for field P#A * Project Anlagenmanagement * Field P#A */ public class P#AField { private String P#A; //LJN Buchungssperre P#AField() { } /* * The getP#A method retrieves the field P#A (LJN Buchungssperre) * Return Value: String LJN Buchungssperre */ public String getP#A() { return(P#A); } /* * The setP#A method sets the field P#A (LJN Buchungssperre) * @param P#A LJN Buchungssperre */ public void setP#A(String P#A) { this.P#A = P#A; } }