com.wewebu.ow.server.app
Class OwClipboardContentOwObject

java.lang.Object
  extended by com.wewebu.ow.server.app.OwClipboardContentOwObject
All Implemented Interfaces:
OwClipboard.OwClipboardContent

public class OwClipboardContentOwObject
extends Object
implements OwClipboard.OwClipboardContent

Single clipboard item for OwObject types.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Constructor Summary
OwClipboardContentOwObject(OwObject content_p, OwObject parent_p)
          construct a clipboard item
 
Method Summary
 boolean equals(Object clipboardObject_p)
           
 OwObject getObject()
          the object in the clipboard
 OwObject getParent()
          the parent of the object for cut operations, can be null
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwClipboardContentOwObject

public OwClipboardContentOwObject(OwObject content_p,
                                  OwObject parent_p)
construct a clipboard item

Parameters:
content_p - the clipboard content object
parent_p - the parent object used for cut operation, can be null
Method Detail

getObject

public OwObject getObject()
the object in the clipboard


getParent

public OwObject getParent()
the parent of the object for cut operations, can be null


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object clipboardObject_p)
Overrides:
equals in class Object


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.