Click here to Skip to main content
15,895,370 members

Comments by doree007 (Top 12 by date)

doree007 27-Mar-13 6:47am View    
I am new to this area and i cant understand last 4 points correctly.. can u please help me with that??
doree007 25-Mar-13 2:52am View    
I have noticed that there is an error when converting arraylist object to Class object.. This is the error " cannot be cast to ProgressMonitoring.model.Pcinitialdata"
doree007 24-Mar-13 0:46am View    
Yes i have created all the getters and setters in pcInitialdata class.. I cant understand why the values are'nt display in php page.I can see the values in list, when i am in debug mode. But they are'nt display in table..
doree007 22-Mar-13 7:00am View    
yes i have created the getters and setters for pcinitialdatalist in my action class...???
i am stuck in hear and i am new to this area.. again thank you for helping me....
doree007 22-Mar-13 6:37am View    
yep, that class has all the getters and setters.. do u want to see the code of that class??? I think u are saying like this...
public Float getDetailCost() {
return detailCost;
}



public Float getNewCapacity() {
return newCapacity;
}

public void setNewCapacity(Float newCapacity) {
this.newCapacity = newCapacity;
}

public void setDetailCost(Float detailCost) {
this.detailCost = detailCost;
}

public Float getVarianceNew() {
return varianceNew;
}

public void setVarianceNew(Float varianceNew) {
this.varianceNew = varianceNew;
}
public Date getProjectLetterReceivedOnDate() {
return projectLetterReceivedOnDate;
}

public void setProjectLetterReceivedOnDate(Date projectLetterReceivedOnDate) {
this.projectLetterReceivedOnDate = projectLetterReceivedOnDate;
}

public Pcinitialdata() {
// TODO Auto-generated constructor stub
}

public void setId(PcinitialdataPK id) {
this.id = id;
}

public PcinitialdataPK getId() {
return id;
}

/*public void setRefNo(String refNo) {
this.refNo = refNo;
}

public String getRefNo() {
return refNo;
}*/

public void setFileNo(String fileNo) {
this.fileNo = fileNo;
}

public String getFileNo() {
return fileNo;
}

public void setProjectNo(String projectNo) {
this.projectNo = projectNo;
}

public String getProjectNo() {
return projectNo;
}