Package hec.io
Class SimpleParentDbfObject
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.model.AbstractDataObject
hec.model.AbstractDBFObject
hec.io.SimpleParentDbfObject
- All Implemented Interfaces:
AbstractDataListener,DataChangeListener,LockListener,AsciiSerializable,DBFSerializable,FieldAccessor,DataObject,DataStruct,Serializable,Cloneable,Comparable,EventListener,Observer,Modifiable
- Direct Known Subclasses:
SimpleAnnotationDbfObject
- See Also:
-
Field Summary
Fields inherited from class hec.model.AbstractDBFObject
_dbfMap, DESC_SIZE, FALSE, FD_ID, FD_NAME, ID_TAG, NAME_SIZE, NAME_TAG, TRUEFields inherited from class hec.model.AbstractDataObject
_dataList, _id, _isLocked, _loaded, _objRefs, _observerList, _outOfDateData, _parent, _propertyChangeSupportFields inherited from class hec.lang.NamedType
_description, _ignoreModifiedEvents, _index, _isValid, _modified, _name, defaultDescription, defaultName, DESCRIPTION_CHANGED, NAME_CHANGED, RENAME_EVENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyInto(DataStruct dsObj) copy the DataStructs data into this DataObjectMethods inherited from class hec.model.AbstractDBFObject
createMappingInfo, DataChanged, getFieldObject, getId, getIDTag, getMappingInformation, getName, getNameTag, loadData, locked, setFieldObject, toStringMethods inherited from class hec.model.AbstractDataObject
addObjectReference, addObserver, addPropertyChangeListener, addPropertyChangeListener, copyInto, decrementRefCnt, delete, fireDataChangeEvent, getCommonDataListContainer, getData, getDataList, getGmtOffset, getLocked, getObjectReferences, getParent, getRefCnt, getUnitSystem, incrementRefCnt, isLoaded, loadId, locked, reload, removeObjectReference, removeObjectReference, removeObserver, removePropertyChangeSupport, removePropertyChangeSupport, save, setDataList, setDescription, setId, setLocked, setModified, setName, setParentMethods inherited from class hec.lang.NamedType
addModifiableListener, clone, compareTo, fireModifiedStateChanged, getDescription, getDisplayName, getIgnoreModifiedEvents, getIndex, isModified, isValid, readResolve, removeModifiableListener, rename, set, setIgnoreModifiedEvents, setIndex, setValid, update, useRecursiveModifiedTestMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface hec.model.DataObject
getDescription, isModifiedMethods inherited from interface hec.io.DBFSerializable
setId
-
Constructor Details
-
SimpleParentDbfObject
public SimpleParentDbfObject()
-
-
Method Details
-
copyInto
Description copied from interface:DataObjectcopy the DataStructs data into this DataObject
-