com.knowgate.projtrack
Class Resource

java.lang.Object
  extended by com.knowgate.projtrack.Resource

public class Resource
extends java.lang.Object


Constructor Summary
Resource()
           
 
Method Summary
 java.lang.String getEmail()
           
 java.lang.String getFullName()
           
 java.lang.String getPhone()
           
 int getProgressive()
           
 java.lang.String getValue()
           
 short getWorkLoadPercentage()
           
 boolean load(JDCConnection oConn, java.lang.String sWorkArea, java.lang.String sId)
           
 void setProgressive(int iProgressive)
           
 void setWorkLoadPercentage(short iPercentage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resource

public Resource()
Method Detail

getProgressive

public int getProgressive()

setProgressive

public void setProgressive(int iProgressive)

getValue

public java.lang.String getValue()

getFullName

public java.lang.String getFullName()

getEmail

public java.lang.String getEmail()

getPhone

public java.lang.String getPhone()

setWorkLoadPercentage

public void setWorkLoadPercentage(short iPercentage)

getWorkLoadPercentage

public short getWorkLoadPercentage()

load

public boolean load(JDCConnection oConn,
                    java.lang.String sWorkArea,
                    java.lang.String sId)
             throws java.sql.SQLException
Throws:
java.sql.SQLException