public class JCRAccountingFolderEntryAdd extends JCRAccountingEntry implements org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntryAdd
| Modifier and Type | Field and Description |
|---|---|
protected org.gcube.common.homelibrary.home.workspace.folder.FolderItemType |
folderItemType |
protected String |
itemName |
protected org.gcube.common.homelibrary.home.workspace.WorkspaceItemType |
itemType |
protected String |
mimeType |
| Constructor and Description |
|---|
JCRAccountingFolderEntryAdd(javax.jcr.Node node) |
JCRAccountingFolderEntryAdd(String user,
Calendar date,
org.gcube.common.homelibrary.home.workspace.WorkspaceItemType itemType,
org.gcube.common.homelibrary.home.workspace.folder.FolderItemType folderItemType,
String itemName,
String mimeType) |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntryType |
getEntryType() |
org.gcube.common.homelibrary.home.workspace.folder.FolderItemType |
getFolderItemType() |
String |
getItemName() |
org.gcube.common.homelibrary.home.workspace.WorkspaceItemType |
getItemType() |
String |
mimeType() |
void |
save(javax.jcr.Node entryNode) |
String |
toString() |
getDate, getUserprotected org.gcube.common.homelibrary.home.workspace.WorkspaceItemType itemType
protected org.gcube.common.homelibrary.home.workspace.folder.FolderItemType folderItemType
protected String itemName
protected String mimeType
public JCRAccountingFolderEntryAdd(javax.jcr.Node node)
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntryType getEntryType()
getEntryType in interface org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntrygetEntryType in class JCRAccountingEntrypublic org.gcube.common.homelibrary.home.workspace.WorkspaceItemType getItemType()
getItemType in interface org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntryAddpublic org.gcube.common.homelibrary.home.workspace.folder.FolderItemType getFolderItemType()
getFolderItemType in interface org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntryAddpublic String getItemName()
getItemName in interface org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntryAddpublic String mimeType()
mimeType in interface org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntryAddpublic void save(javax.jcr.Node entryNode)
throws javax.jcr.RepositoryException
save in class JCRAccountingEntryjavax.jcr.RepositoryExceptionpublic String toString()
toString in class JCRAccountingEntryCopyright © 2014. All Rights Reserved.