org.gcube.portlets.user.homelibrary.jcr.workspace.accounting
Class JCRAccountingEntryRenaming

java.lang.Object
  extended by org.gcube.portlets.user.homelibrary.jcr.workspace.accounting.JCRAccountingEntry
      extended by org.gcube.portlets.user.homelibrary.jcr.workspace.accounting.JCRAccountingEntryRenaming
All Implemented Interfaces:
org.gcube.portlets.user.homelibrary.home.workspace.accounting.AccountingEntry, org.gcube.portlets.user.homelibrary.home.workspace.accounting.AccountingEntryRenaming

public class JCRAccountingEntryRenaming
extends JCRAccountingEntry
implements org.gcube.portlets.user.homelibrary.home.workspace.accounting.AccountingEntryRenaming

Author:
Antonio Gioia antonio.gioia@isti.cnr.it

Constructor Summary
JCRAccountingEntryRenaming(javax.jcr.Node node)
           
JCRAccountingEntryRenaming(String user, Calendar date, String oldItemName)
           
 
Method Summary
 org.gcube.portlets.user.homelibrary.home.workspace.accounting.AccountingEntryType getEntryType()
           
 String getOldItemName()
           
 void save(javax.jcr.Node entryNode)
           
 String toString()
           
 
Methods inherited from class org.gcube.portlets.user.homelibrary.jcr.workspace.accounting.JCRAccountingEntry
getDate, getItemName, getUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.gcube.portlets.user.homelibrary.home.workspace.accounting.AccountingEntry
getDate, getUser
 

Constructor Detail

JCRAccountingEntryRenaming

public JCRAccountingEntryRenaming(javax.jcr.Node node)
                           throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

JCRAccountingEntryRenaming

public JCRAccountingEntryRenaming(String user,
                                  Calendar date,
                                  String oldItemName)
Method Detail

getOldItemName

public String getOldItemName()
Specified by:
getOldItemName in interface org.gcube.portlets.user.homelibrary.home.workspace.accounting.AccountingEntryRenaming

save

public void save(javax.jcr.Node entryNode)
          throws javax.jcr.RepositoryException
Overrides:
save in class JCRAccountingEntry
Throws:
javax.jcr.RepositoryException

getEntryType

public org.gcube.portlets.user.homelibrary.home.workspace.accounting.AccountingEntryType getEntryType()
Specified by:
getEntryType in interface org.gcube.portlets.user.homelibrary.home.workspace.accounting.AccountingEntry
Specified by:
getEntryType in class JCRAccountingEntry

toString

public String toString()
Overrides:
toString in class JCRAccountingEntry


Copyright © 2013. All Rights Reserved.