Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.data.ejb.disguiserecord
Class DisguiseFieldRecordData  view DisguiseFieldRecordData download DisguiseFieldRecordData.java

java.lang.Object
  extended bycom.flexstor.common.data.ejb.Data
      extended bycom.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

Field Summary
protected  java.util.Vector vValues
          Could be a collection of values.
 
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
 
Constructor Summary
DisguiseFieldRecordData()
           
DisguiseFieldRecordData(java.lang.String sValue)
           
DisguiseFieldRecordData(java.lang.String[] saValues)
           
 
Method Summary
 void addValue(java.lang.String sValue)
           
 java.lang.String getValue()
           
 java.lang.String[] getValues()
           
 boolean setValues(java.lang.String[] sValues)
           
 
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
 

Field Detail

vValues

protected java.util.Vector vValues
Could be a collection of values. Therefore, the value column should be treated like a linked list.

Constructor Detail

DisguiseFieldRecordData

public DisguiseFieldRecordData()

DisguiseFieldRecordData

public DisguiseFieldRecordData(java.lang.String[] saValues)

DisguiseFieldRecordData

public DisguiseFieldRecordData(java.lang.String sValue)
Method Detail

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)