arta.synergy.web.common.client.data.filecabinet
Class ReportRecord

java.lang.Object
  extended by 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

Constructor Summary
ReportRecord()
           
ReportRecord(java.lang.String id, java.lang.String name, int count)
           
 
Method Summary
 java.lang.Double getAll()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 ReportDepartment getParent()
           
 java.lang.Double getSalary()
           
 int getStaffCount()
           
 void setAll(java.lang.Double all)
           
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
 void setParent(ReportDepartment parent)
           
 void setSalary(java.lang.Double salary)
           
 void setStaffCount(int staffCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportRecord

public ReportRecord()

ReportRecord

public ReportRecord(java.lang.String id,
                    java.lang.String name,
                    int count)
Method Detail

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.