Class FolderKey
java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.FolderKey
Defines the key of the folder.
- Since:
- 6.1.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the ID of the foldercom.onwbp.adaptation.PrimaryKey
Returns the primary key.
-
Constructor Details
-
FolderKey
public FolderKey(com.onwbp.adaptation.PrimaryKey primaryKey) Instantiates a new folder key.- Parameters:
primaryKey
- the primary key
-
FolderKey
Instantiates a new folder key.- Parameters:
folderKey
- the folder key
-
-
Method Details
-
getPrimaryKey
public com.onwbp.adaptation.PrimaryKey getPrimaryKey()Returns the primary key. -
getFolderId
Returns the ID of the folder
-