java.lang.Object
com.flexstor.common.data.ejb.Data
com.flexstor.common.data.ejb.disguiserecord.AssetRelationData
- All Implemented Interfaces:
- java.io.Serializable
- public class AssetRelationData
- extends com.flexstor.common.data.ejb.Data
AssetRelationData provides
This object is
- Since:
- FLEXSTOR.db 3.0
Revision History Description of Change
---------------- ---------------------------------------------------
WT 05/11/99 Creation
- Version:
- 1.0, 05/11/99
|
Field Summary |
protected int |
nChildId
The ID of the child |
protected int |
nParentId
The ID of the parent asset |
| 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 |
nParentId
protected int nParentId
- The ID of the parent asset
nChildId
protected int nChildId
- The ID of the child
AssetRelationData
public AssetRelationData()
getParentId
public int getParentId()
getChildId
public int getChildId()
setParentId
public boolean setParentId(int nId)
setChildId
public boolean setChildId(int nId)