java.lang.Object
com.flexstor.common.data.ejb.Data
com.flexstor.common.data.ejb.disguiserecord.DisguiseFieldRecordData
- All Implemented Interfaces:
- java.io.Serializable
- public class DisguiseFieldRecordData
- extends com.flexstor.common.data.ejb.Data
DisguiseFieldRecordData is a class that Holds the data for a bucket record.
- Since:
- FLEXSTOR.db 3.0
Revision History Description of Change
---------------- ---------------------------------------------------
WT 05/11/99 Creation
- Version:
- 1.0, 05/11/99
| Fields inherited from class com.flexstor.common.data.ejb.Data |
DELETE, DELETED, derived, htModifiedStates, htOptions, MODIFY, modTime, NEW_ENTRY, presentState, prevState, UNCHANGED, UPDATED, WARN_BEFORE_DELETE |
| Methods inherited from class com.flexstor.common.data.ejb.Data |
assertEquals, changed, fillCloneInfo, getDateModTime, getModTime, getPresentState, getPreviousState, initializeState, isDeleted, isDerived, isModified, isModified, isObjectPersist, isOptionAllowed, resetModifiedStates, rollBackState, setDeleted, setDerived, setModifiedState, setModTime, setModTime, setNewEntry, setOption, setPerisistState, setPreviousState, setState, setUpdated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vValues
protected java.util.Vector vValues
- Could be a collection of values. Therefore, the value column should
be treated like a linked list.
DisguiseFieldRecordData
public DisguiseFieldRecordData()
DisguiseFieldRecordData
public DisguiseFieldRecordData(java.lang.String[] saValues)
DisguiseFieldRecordData
public DisguiseFieldRecordData(java.lang.String sValue)
getValue
public java.lang.String getValue()
getValues
public java.lang.String[] getValues()
setValues
public boolean setValues(java.lang.String[] sValues)
addValue
public void addValue(java.lang.String sValue)