|
|||||||||
| Home >> All >> com >> flexstor >> common >> modules >> [ clipboard overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.modules.clipboard
Class AssetClipboardItem

java.lang.Objectcom.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()
|
|||||||||
| Home >> All >> com >> flexstor >> common >> modules >> [ clipboard overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.flexstor.common.modules.clipboard.AssetClipboardItem