arta.synergy.web.common.client.data.filecabinet
Class ReportRecord
java.lang.Object
arta.synergy.web.common.client.data.filecabinet.ReportRecord
- All Implemented Interfaces:
- java.io.Serializable
public class ReportRecord
- extends java.lang.Object
- implements java.io.Serializable
User: user
Date: 8/28/13
Time: 2:32 PM
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportRecord
public ReportRecord()
ReportRecord
public ReportRecord(java.lang.String id,
java.lang.String name,
int count)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getStaffCount
public int getStaffCount()
setStaffCount
public void setStaffCount(int staffCount)
getSalary
public java.lang.Double getSalary()
setSalary
public void setSalary(java.lang.Double salary)
getAll
public java.lang.Double getAll()
setAll
public void setAll(java.lang.Double all)
getParent
public ReportDepartment getParent()
setParent
public void setParent(ReportDepartment parent)
Copyright © 2000 Dummy Corp. All Rights Reserved.