Constructor and Description |
---|
CreateFileOperation(java.lang.String name,
org.alfresco.service.cmr.repository.NodeRef rootNodeRef,
java.lang.String path,
long allocationSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
long |
getAllocationSize() |
java.lang.String |
getName() |
java.lang.String |
getPath() |
org.alfresco.service.cmr.repository.NodeRef |
getRootNodeRef() |
int |
hashCode() |
void |
setAllocationSize(long allocationSize) |
java.lang.String |
toString() |
public CreateFileOperation(java.lang.String name, org.alfresco.service.cmr.repository.NodeRef rootNodeRef, java.lang.String path, long allocationSize)
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getPath()
public org.alfresco.service.cmr.repository.NodeRef getRootNodeRef()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public void setAllocationSize(long allocationSize)
public long getAllocationSize()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.