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

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

public class StakedUnitInfo
extends HashRecordMap

Accounting and miscellaneous stakedUnit 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
StakedUnitInfo()
           
StakedUnitInfo(Job job)
           
StakedUnitInfo(java.util.Map notherMap)
           
StakedUnitInfo(StakedUnitInfo nother)
           
 
Method Summary
 java.util.Map editableFieldsDict()
           
 java.util.Map readableFieldsDict()
           
 void setFieldValues(java.util.Map newFields)
          Sets field values.
 
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
 
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

StakedUnitInfo

public StakedUnitInfo()

StakedUnitInfo

public StakedUnitInfo(Job job)

StakedUnitInfo

public StakedUnitInfo(StakedUnitInfo nother)

StakedUnitInfo

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

setFieldValues

public void setFieldValues(java.util.Map newFields)
Description copied from class: HashRecord
Sets field values. Unlisted fields are set to null; to leave a field unchanged associate it with a LeaveAloneToken

Invalid fields are ignored.

Specified by:
setFieldValues in interface Record
Overrides:
setFieldValues in class HashRecord
Parameters:
newFields - A dictionary of fieldnames associated with their values.

readableFieldsDict

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

editableFieldsDict

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