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 AssetRelationData  view AssetRelationData download AssetRelationData.java

java.lang.Object
  extended bycom.flexstor.common.data.ejb.Data
      extended bycom.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
 
Constructor Summary
AssetRelationData()
           
 
Method Summary
 int getChildId()
           
 int getParentId()
           
 boolean setChildId(int nId)
           
 boolean setParentId(int nId)
           
 
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

nParentId

protected int nParentId
The ID of the parent asset


nChildId

protected int nChildId
The ID of the child

Constructor Detail

AssetRelationData

public AssetRelationData()
Method Detail

getParentId

public int getParentId()

getChildId

public int getChildId()

setParentId

public boolean setParentId(int nId)

setChildId

public boolean setChildId(int nId)