com.partnersoft.v3x.apps.Staker.domain
Class JobInfo

java.lang.Object
  extended by org.jcon.data.HashRecord
      extended by com.partnersoft.v3x.data.HashRecordMap
          extended by com.partnersoft.v3x.apps.Staker.domain.JobInfo
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>, Record

public class JobInfo
extends HashRecordMap

Accounting and miscellaneous job information.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
JobInfo()
           
JobInfo(JobInfo nother)
           
JobInfo(java.util.Map notherMap)
           
 
Method Summary
 java.util.Map editableFieldsDict()
           
 java.util.Map readableFieldsDict()
           
 
Methods inherited from class com.partnersoft.v3x.data.HashRecordMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class org.jcon.data.HashRecord
clone, convertToNaming, editableFields, fartyfart, getAllFieldValues, getField, getFieldValue, getFieldValues, readableFields, setFieldValue, setFieldValues
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

JobInfo

public JobInfo()

JobInfo

public JobInfo(JobInfo nother)

JobInfo

public JobInfo(java.util.Map notherMap)
Method Detail

readableFieldsDict

public java.util.Map readableFieldsDict()
Specified by:
readableFieldsDict in class HashRecord

editableFieldsDict

public java.util.Map editableFieldsDict()
Specified by:
editableFieldsDict in class HashRecord