|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.app.OwClipboardContentOwObject
public class OwClipboardContentOwObject
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 |
|---|
public OwClipboardContentOwObject(OwObject content_p,
OwObject parent_p)
content_p - the clipboard content objectparent_p - the parent object used for cut operation, can be null| Method Detail |
|---|
public OwObject getObject()
public OwObject getParent()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object clipboardObject_p)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||