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

Quick Search    Search Deep

com.flexstor.common.modules.clipboard
Class AssetClipboardItem  view AssetClipboardItem download AssetClipboardItem.java

java.lang.Object
  extended bycom.flexstor.common.modules.clipboard.AssetClipboardItem

public class AssetClipboardItem
extends java.lang.Object


Field Summary
private  com.flexstor.common.modules.registry.asset.AssetInstanceRecord instRec
           
private  long nAssetId
           
private  com.flexstor.common.modules.registry.asset.AssetRegistryRecord regRec
           
 
Constructor Summary
AssetClipboardItem(long nAssetId, com.flexstor.common.modules.registry.asset.AssetRegistryRecord regRec, com.flexstor.common.modules.registry.asset.AssetInstanceRecord instRec)
           
 
Method Summary
 long getAssetId()
           
 com.flexstor.common.modules.registry.asset.AssetInstanceRecord getInstanceRecord()
           
 com.flexstor.common.modules.registry.asset.AssetRegistryRecord getRegistryRecord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nAssetId

private long nAssetId

regRec

private com.flexstor.common.modules.registry.asset.AssetRegistryRecord regRec

instRec

private com.flexstor.common.modules.registry.asset.AssetInstanceRecord instRec
Constructor Detail

AssetClipboardItem

public AssetClipboardItem(long nAssetId,
                          com.flexstor.common.modules.registry.asset.AssetRegistryRecord regRec,
                          com.flexstor.common.modules.registry.asset.AssetInstanceRecord instRec)
Method Detail

getAssetId

public long getAssetId()

getRegistryRecord

public com.flexstor.common.modules.registry.asset.AssetRegistryRecord getRegistryRecord()

getInstanceRecord

public com.flexstor.common.modules.registry.asset.AssetInstanceRecord getInstanceRecord()